Browse Source

install afs/SuidCells

OPENBSD_2_6
art 25 years ago
parent
commit
9bdb0aa03f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/Makefile

+ 3
- 1
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.96 1999/03/17 18:26:07 deraadt Exp $
# $OpenBSD: Makefile,v 1.97 1999/04/30 00:46:25 art Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@ -138,6 +138,8 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/etc/afs; \
${INSTALL} -c -o root -g wheel -m 644 CellServDB \
${DESTDIR}/etc/afs; \
${INSTALL} -c -o root -g wheel -m 644 SuidCells \
${DESTDIR}/etc/afs; \
${INSTALL} -c -o root -g wheel -m 644 README \
${DESTDIR}/etc/afs)
(cd namedb; \


Loading…
Cancel
Save