diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-24 02:52:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-24 02:52:02 +0000 |
commit | 717466fa4ea1432329dc7ab01ae1e93e520440ab (patch) | |
tree | 30daa59e35dfa387fa6e0be065deb3088aeebe52 /etc/Makefile | |
parent | 41adac87bb94236110ab76910137e6a668839b06 (diff) |
oops
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile index f7f2f0cc349..ee9593f8933 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.70 1997/09/24 02:05:17 deraadt Exp $ +# $OpenBSD: Makefile,v 1.71 1997/09/24 02:52:01 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -90,9 +90,9 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 600 special \ ${DESTDIR}/etc/mtree; \ ${INSTALL} -c -o root -g wheel -m 444 4.4BSD.dist \ - ${DESTDIR}/etc/mtree) + ${DESTDIR}/etc/mtree; \ ${INSTALL} -c -o root -g wheel -m 444 BSD.local.dist \ - ${DESTDIR}/etc/mtree) + ${DESTDIR}/etc/mtree; \ ${INSTALL} -c -o root -g wheel -m 444 BSD.x11.dist \ ${DESTDIR}/etc/mtree) (cd photuris; \ |