summaryrefslogtreecommitdiff
path: root/usr.sbin/afs
diff options
context:
space:
mode:
authorHans Insulander <hin@cvs.openbsd.org>2002-06-09 18:53:46 +0000
committerHans Insulander <hin@cvs.openbsd.org>2002-06-09 18:53:46 +0000
commitd9718546df4168e832149823143784433e37118b (patch)
tree06ddf56a8a972eb2755d811c4d2dc7f123a893ae /usr.sbin/afs
parentab60b0585a093c72ea82593328d11effa70aa0ea (diff)
Add DynRootDB.5 and afsd.conf.5
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r--usr.sbin/afs/libexec/afsd/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/afs/libexec/afsd/Makefile b/usr.sbin/afs/libexec/afsd/Makefile
index 3ffc5484d4b..d4ffd5220a2 100644
--- a/usr.sbin/afs/libexec/afsd/Makefile
+++ b/usr.sbin/afs/libexec/afsd/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2002/06/07 05:26:36 hin Exp $
+# $OpenBSD: Makefile,v 1.3 2002/06/09 18:53:45 hin Exp $
AFSTOPDIR= ../..
.include <../../Makefile.inc>
PROG = afsd
-MAN = afsd.8 CellServDB.5 ThisCell.5 SuidCells.5
+MAN = afsd.8 CellServDB.5 ThisCell.5 SuidCells.5 afsd.conf.5 DynRootDB.5
BINDIR = /usr/libexec
LDADD += ${LIBARLA} ${LIBROKEN} -lkafs -lkrb -ldes
DPADD += ${LIBARLA} ${LIBROKEN}
@@ -36,9 +36,11 @@ SRCS = adir.c \
.PATH: ${AFSSRC}/arlad
-# XXX This is a kludge but i don't know how to handle this
afsd.8:
ln -s ${AFSSRC}/arlad/arlad.8 afsd.8
-CLEANFILES+=afsd.8 fbuf.h fdir.h afs_dir.h
+afsd.conf.5:
+ ln -s ${AFSSRC}/arlad/arla.conf.5 afsd.conf.5
+
+CLEANFILES+=afsd.8 fbuf.h fdir.h afs_dir.h afsd.conf.5
.include <bsd.prog.mk>