diff options
author | 2003-08-05 14:46:44 +0000 | |
---|---|---|
committer | 2003-08-05 14:46:44 +0000 | |
commit | da052ee0e4731712b73d58b3f3358c2b88402249 (patch) | |
tree | 6d76034671f343841e800bf5e8542ae3199c42fa | |
parent | Minor cleanups (diff) | |
download | wireguard-openbsd-da052ee0e4731712b73d58b3f3358c2b88402249.tar.xz wireguard-openbsd-da052ee0e4731712b73d58b3f3358c2b88402249.zip |
Install AliasDB(5)
-rw-r--r-- | usr.sbin/afs/libexec/afsd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/afs/libexec/afsd/Makefile b/usr.sbin/afs/libexec/afsd/Makefile index 189ff62da80..ba498114367 100644 --- a/usr.sbin/afs/libexec/afsd/Makefile +++ b/usr.sbin/afs/libexec/afsd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2003/08/05 11:11:42 hin Exp $ +# $OpenBSD: Makefile,v 1.6 2003/08/05 14:46:44 hin Exp $ AFSTOPDIR= ../.. .include <../../Makefile.inc> @@ -6,7 +6,8 @@ AFSTOPDIR= ../.. .PATH: $(ROKENSRC) PROG = afsd -MAN = afsd.8 CellServDB.5 ThisCell.5 SuidCells.5 afsd.conf.5 DynRootDB.5 +MAN = afsd.8 CellServDB.5 ThisCell.5 SuidCells.5 afsd.conf.5 DynRootDB.5 \ + AliasDB.5 BINDIR = /usr/libexec LDADD += ${LIBARLA} -lkrb5 -lasn1 -lcrypto DPADD += ${LIBARLA} |