diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2003-08-05 14:46:45 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2003-08-05 14:46:45 +0000 |
commit | e662f8b15c2e3b3f578270b97ea62cb95655172a (patch) | |
tree | 3fe185c0bd25cad5ced694789ff4dc5f9eaf6f1b /usr.sbin/afs/libexec | |
parent | 71d209e2bc740cfc0035f8ea79a98f63aa04c406 (diff) |
Install AliasDB(5)
Diffstat (limited to 'usr.sbin/afs/libexec')
-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} |