date and time created 90/06/25 11:38:12 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 02:38:12 +0000 (18:38 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 26 Jun 1990 02:38:12 +0000 (18:38 -0800)
SCCS-vsn: local/kerberosIV/klist/Makefile 5.1

usr/src/local/kerberosIV/klist/Makefile [new file with mode: 0644]

diff --git a/usr/src/local/kerberosIV/klist/Makefile b/usr/src/local/kerberosIV/klist/Makefile
new file mode 100644 (file)
index 0000000..f01b2c5
--- /dev/null
@@ -0,0 +1,10 @@
+#      @(#)Makefile    5.1 (Berkeley) %G%
+
+PROG=  klist
+CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include
+DPADD= ${LIBKRB} ${LIBDES}
+LDADD= -lkrb -ldes
+BINDIR=        /usr/bin
+NOMAN= noman
+
+.include <bsd.prog.mk>