summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>1998-01-23 08:29:58 +0000
committerart <art@openbsd.org>1998-01-23 08:29:58 +0000
commit97967f8025e08bd0879f2d937b51ceb4493455de (patch)
treed866b5a8aeb5506fca7a31debd51ba21c284634f
parentmanpage for kauth (not completly true as we don't have kauthd yet) (diff)
downloadwireguard-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/Makefile5
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>