summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-09-15 18:18:15 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-09-15 18:18:15 +0000
commitfe01d62eb6cab88759aaa73e1023ee8e24f1e6f0 (patch)
tree601f3f8f1b778da5cd01b738c2847b239f695bee /etc/Makefile
parent649a0f418a9e13b6ae3a60887422b0fd2a818432 (diff)
install afs configuration
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e5957d124ed..d39921364b0 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.90 1998/09/08 20:26:40 marc Exp $
+# $OpenBSD: Makefile,v 1.91 1998/09/15 18:18:14 art Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= US/Pacific
@@ -131,6 +131,15 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/etc/ppp; \
${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \
${DESTDIR}/etc/ppp)
+ (cd afs; \
+ ${INSTALL} -c -o root -g wheel -m 644 afsd.conf \
+ ${DESTDIR}/etc/afs; \
+ ${INSTALL} -c -o root -g wheel -m 644 ThisCell \
+ ${DESTDIR}/etc/afs; \
+ ${INSTALL} -c -o root -g wheel -m 644 CellServDB \
+ ${DESTDIR}/etc/afs; \
+ ${INSTALL} -c -o root -g wheel -m 644 README \
+ ${DESTDIR}/etc/afs)
cd namedb; ${INSTALL} -c -o named -g ${BINGRP} -m 644 ${NAMEDB} \
${DESTDIR}/var/named
/bin/rm -f ${DESTDIR}/etc/localtime