summaryrefslogtreecommitdiffstats
path: root/eBones/usr.bin
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1995-09-14 18:16:18 +0000
committergibbs <gibbs@FreeBSD.org>1995-09-14 18:16:18 +0000
commit599a0e919ce0e33a30d3c761b5fd0186530cd7a9 (patch)
tree0f945227f3c97d03ee66983460e3df4f01a8e5a5 /eBones/usr.bin
parent6d71f32a42887d0c64769283d9e9a465a40b81a3 (diff)
downloadFreeBSD-src-599a0e919ce0e33a30d3c761b5fd0186530cd7a9.zip
FreeBSD-src-599a0e919ce0e33a30d3c761b5fd0186530cd7a9.tar.gz
Fix a few problems with the depend target.
Pointed out by: Mark Murray <markm>
Diffstat (limited to 'eBones/usr.bin')
-rw-r--r--eBones/usr.bin/kadmin/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/eBones/usr.bin/kadmin/Makefile b/eBones/usr.bin/kadmin/Makefile
index 48a6d1d..7660270 100644
--- a/eBones/usr.bin/kadmin/Makefile
+++ b/eBones/usr.bin/kadmin/Makefile
@@ -1,7 +1,7 @@
-# $Id: Makefile,v 1.5 1995/09/13 17:24:06 markm Exp $
+# $Id: Makefile,v 1.6 1995/09/14 04:05:59 gibbs Exp $
PROG= kadmin
-SRCS= kadmin.c kadmin_cmds.c
+SRCS= ${KRBOBJDIR}/krb_err.h kadmin.c kadmin_cmds.c
CLEANFILES+= kadmin_cmds.c krb_err.c
CFLAGS+= -DPOSIX -I${.CURDIR}/../../lib/libkadm
DPADD= ${LIBKRB} ${LIBDES}
@@ -14,5 +14,3 @@ kadmin_cmds.c: kadmin_cmds.ct
mk_cmds kadmin_cmds.ct
.include <bsd.prog.mk>
-
-kadmin.o: ${KRBOBJDIR}/krb_err.h
OpenPOWER on IntegriCloud