diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-01-23 08:29:59 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-01-23 08:29:59 +0000 |
commit | a514b451025ad97f2f02469bc3d1d45dd85af9d5 (patch) | |
tree | 47bb78c8f91fd2b46ce6f0e098b34e59565721df /kerberosIV/kauth | |
parent | 22b2e5fa4bfedad28b00634ae2ef2c0d114272d8 (diff) |
Don't forget to build the manpage.
also correct the path for kauth.
Diffstat (limited to 'kerberosIV/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> |