summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-24 23:23:58 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-24 23:23:58 +0000
commit2d6831faf270a8a08e0006ee69e11921f8c456e1 (patch)
treea7e9c6a55860bd61a9be3f943b3a693f4034edd0 /kerberos5/usr.bin
parent71fccfc30f5015ec76976721ce45908b185cd48a (diff)
downloadFreeBSD-src-2d6831faf270a8a08e0006ee69e11921f8c456e1.zip
FreeBSD-src-2d6831faf270a8a08e0006ee69e11921f8c456e1.tar.gz
Remove unneeded dependency of '.o: .h' that bsd.prog.mk already handles.
MFC after: 2 weeks X-MFC-With: r288198 Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'kerberos5/usr.bin')
-rw-r--r--kerberos5/usr.bin/hxtool/Makefile4
-rw-r--r--kerberos5/usr.bin/kadmin/Makefile4
-rw-r--r--kerberos5/usr.bin/kcc/Makefile4
3 files changed, 3 insertions, 9 deletions
diff --git a/kerberos5/usr.bin/hxtool/Makefile b/kerberos5/usr.bin/hxtool/Makefile
index 4a7b102..af85a44 100644
--- a/kerberos5/usr.bin/hxtool/Makefile
+++ b/kerberos5/usr.bin/hxtool/Makefile
@@ -14,9 +14,7 @@ CLEANFILES= hxtool-commands.h hxtool-commands.c
hxtool-commands.h: hxtool-commands.in
${SLC} ${.ALLSRC:M*.in}
-.for ext in c o
-hxtool-commands.${ext}: hxtool-commands.h
-.endfor
+hxtool-commands.c: hxtool-commands.h
.include <bsd.prog.mk>
diff --git a/kerberos5/usr.bin/kadmin/Makefile b/kerberos5/usr.bin/kadmin/Makefile
index c45d273..e7aff44 100644
--- a/kerberos5/usr.bin/kadmin/Makefile
+++ b/kerberos5/usr.bin/kadmin/Makefile
@@ -38,9 +38,7 @@ CLEANFILES= kadmin-commands.h kadmin-commands.c
kadmin-commands.h: ${KRB5DIR}/kadmin/kadmin-commands.in
${SLC} ${.ALLSRC:M*.in}
-.for ext in o c
-kadmin-commands.${ext}: kadmin-commands.h
-.endfor
+kadmin-commands.c: kadmin-commands.h
.PATH: ${KRB5DIR}/kadmin
diff --git a/kerberos5/usr.bin/kcc/Makefile b/kerberos5/usr.bin/kcc/Makefile
index e378ee3..7c4b7ab 100644
--- a/kerberos5/usr.bin/kcc/Makefile
+++ b/kerberos5/usr.bin/kcc/Makefile
@@ -21,9 +21,7 @@ CLEANFILES= kcc-commands.h kcc-commands.c
kcc-commands.h: kcc-commands.in
${SLC} ${.ALLSRC:M*.in}
-.for ext in c o
-kcc-commands.${ext}: kcc-commands.h
-.endfor
+kcc-commands.c: kcc-commands.h
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud