From 736fe30148401dea55d89e354fba5e966412f2da Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Wed, 24 Sep 1997 02:05:17 +0000 Subject: [PATCH] sure would be nice to install those new mtree files that ports requires... --- src/etc/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index e9dc84f8..f7f2f0cc 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.69 1997/09/11 22:38:46 downsj Exp $ +# $OpenBSD: Makefile,v 1.70 1997/09/24 02:05:17 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -91,6 +91,10 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/etc/mtree; \ ${INSTALL} -c -o root -g wheel -m 444 4.4BSD.dist \ ${DESTDIR}/etc/mtree) + ${INSTALL} -c -o root -g wheel -m 444 BSD.local.dist \ + ${DESTDIR}/etc/mtree) + ${INSTALL} -c -o root -g wheel -m 444 BSD.x11.dist \ + ${DESTDIR}/etc/mtree) (cd photuris; \ ${INSTALL} -c -o root -g wheel -m 600 secrets.conf \ ${DESTDIR}/etc/photuris; \