summaryrefslogtreecommitdiff
path: root/kerberosV/usr.sbin/ktutil/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-18 18:20:21 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-10-18 18:20:21 +0000
commit9f9e1d5e8291af36c167d1fd8a9637ac27f82268 (patch)
treeacdeed050d5a8634c21cdcad60354a94e4de64ff /kerberosV/usr.sbin/ktutil/Makefile
parentf89a03f157c8a7a94151d70dce5d49d28fd2437c (diff)
add to CLEANFILES, to kill dribbles
Diffstat (limited to 'kerberosV/usr.sbin/ktutil/Makefile')
-rw-r--r--kerberosV/usr.sbin/ktutil/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/kerberosV/usr.sbin/ktutil/Makefile b/kerberosV/usr.sbin/ktutil/Makefile
index b9198889278..54fab3d67ef 100644
--- a/kerberosV/usr.sbin/ktutil/Makefile
+++ b/kerberosV/usr.sbin/ktutil/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.12 2006/04/14 08:28:55 biorn Exp $
+# $OpenBSD: Makefile,v 1.13 2007/10/18 18:20:20 deraadt Exp $
KRBDEPTH=../..
.include <${.CURDIR}/../../Makefile.inc>
@@ -38,4 +38,7 @@ DPADD+= ${LIBREADLINE} ${LIBCURSES} ${LIBKADM5CLNT} ${LIBKRB5} \
LDADD+= -lreadline -lcurses -lkadm5clnt -lkrb5 \
-lcrypto -ldes
+CLEANFILES+= ktutil-commands.c slc slc-lex.o \
+ ktutil-commands.h slc-gram.o
+
.include <bsd.prog.mk>