diff options
author | 1998-01-23 08:29:58 +0000 | |
---|---|---|
committer | 1998-01-23 08:29:58 +0000 | |
commit | 97967f8025e08bd0879f2d937b51ceb4493455de (patch) | |
tree | d866b5a8aeb5506fca7a31debd51ba21c284634f | |
parent | manpage for kauth (not completly true as we don't have kauthd yet) (diff) | |
download | wireguard-openbsd-97967f8025e08bd0879f2d937b51ceb4493455de.tar.xz wireguard-openbsd-97967f8025e08bd0879f2d937b51ceb4493455de.zip |
Don't forget to build the manpage.
also correct the path for kauth.
-rw-r--r-- | kerberosIV/kauth/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kerberosIV/kauth/Makefile b/kerberosIV/kauth/Makefile index 895ff11123e..ae45686de6b 100644 --- a/kerberosIV/kauth/Makefile +++ b/kerberosIV/kauth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1997/12/18 22:28:02 art Exp $ +# $OpenBSD: Makefile,v 1.2 1998/01/23 08:29:58 art Exp $ .include <bsd.obj.mk> @@ -6,6 +6,7 @@ SRCS= encdata.c rkinit.c kauth.c marshall.c PROG= kauth LDADD+= -lkrb -lkafs -ldes DPADD+= ${LIBKRB} ${LIBKAFS} -MAN= +BINDIR=/usr/bin +MAN= kauth.1 .include <bsd.prog.mk> |