Browse Source

oops

OPENBSD_2_2
deraadt 27 years ago
parent
commit
71b43bcdb0
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/Makefile

+ 3
- 3
src/etc/Makefile View File

@ -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; \


Loading…
Cancel
Save