summaryrefslogtreecommitdiffstats
path: root/eBones/usr.sbin/kdb_util
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-09-14 04:11:21 +0000
committergibbs <gibbs@FreeBSD.org>1995-09-14 04:11:21 +0000
commitcc805a44bb65c33f97601196acb267363ae5cf22 (patch)
tree65944d583f1bedb30b091af1d0a48102aeae3686 /eBones/usr.sbin/kdb_util
parent1c0f9ec334f48cd674ae038b43c6bbe7647c92ee (diff)
downloadFreeBSD-src-cc805a44bb65c33f97601196acb267363ae5cf22.zip
FreeBSD-src-cc805a44bb65c33f97601196acb267363ae5cf22.tar.gz
Bmake fixes for eBones.
Diffstat (limited to 'eBones/usr.sbin/kdb_util')
-rw-r--r--eBones/usr.sbin/kdb_util/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/eBones/usr.sbin/kdb_util/Makefile b/eBones/usr.sbin/kdb_util/Makefile
index f04ae71..1f211a1 100644
--- a/eBones/usr.sbin/kdb_util/Makefile
+++ b/eBones/usr.sbin/kdb_util/Makefile
@@ -1,14 +1,12 @@
# From: @(#)Makefile 5.2 (Berkeley) 2/14/91
-# $Id: Makefile,v 1.4 1995/09/07 20:51:22 mark Exp $
+# $Id: Makefile,v 1.4 1995/09/13 17:24:27 markm Exp $
PROG= kdb_util
-CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../kdb_edit \
- -I${.CURDIR}/../../include -Wall
+CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../../kdb_edit
SRCS= kdb_util.c maketime.c
.PATH: ${.CURDIR}/../kdb_edit
DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
LDADD= -lkdb -lkrb -ldes
MAN8= kdb_util.8
-BINDIR= /usr/sbin
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud