summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1999-04-30 00:46:26 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1999-04-30 00:46:26 +0000
commitce5b0684244680e93403ca313adef0fe4ed21bc2 (patch)
treee7d07ce430ed4e55853120026ac70c297d504b67 /etc/Makefile
parentc1e68564d9a42b8608a75b9622aff61147bced95 (diff)
install afs/SuidCells
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 281ca2af66d..7f0cc9aa0e2 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -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; \