diff options
author | gibbs <gibbs@FreeBSD.org> | 1995-09-14 04:06:18 +0000 |
---|---|---|
committer | gibbs <gibbs@FreeBSD.org> | 1995-09-14 04:06:18 +0000 |
commit | f0975436e0b4427252d694a28b370887f615f33c (patch) | |
tree | cc03b48c1d4c0bfdd3af1218f9ea93ae1987cb5a /eBones/usr.bin/kdestroy/Makefile | |
parent | 52c50c3fbdcb754e110c6f1265fa23b99f12c3f2 (diff) | |
download | FreeBSD-src-f0975436e0b4427252d694a28b370887f615f33c.zip FreeBSD-src-f0975436e0b4427252d694a28b370887f615f33c.tar.gz |
Bmake fixes for the eBones tree.
Diffstat (limited to 'eBones/usr.bin/kdestroy/Makefile')
-rw-r--r-- | eBones/usr.bin/kdestroy/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eBones/usr.bin/kdestroy/Makefile b/eBones/usr.bin/kdestroy/Makefile index c28d537..19a157a 100644 --- a/eBones/usr.bin/kdestroy/Makefile +++ b/eBones/usr.bin/kdestroy/Makefile @@ -1,11 +1,10 @@ # From: @(#)Makefile 5.1 (Berkeley) 6/25/90 -# $Id: Makefile,v 1.4 1995/09/07 20:51:27 mark Exp $ +# $Id: Makefile,v 1.4 1995/09/13 17:24:09 markm Exp $ PROG= kdestroy -CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../include -DBSD42 -Wall +CFLAGS+=-DKERBEROS -DDEBUG -DBSD42 DPADD= ${LIBKRB} ${LIBDES} LDADD= -lkrb -ldes MAN1= kdestroy.1 -BINDIR= /usr/bin .include <bsd.prog.mk> |