summaryrefslogtreecommitdiff
path: root/kerberos5
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-09-24 23:23:58 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-09-24 23:23:58 +0000
commit8727aeb47261cf3fa4d48c5cedd42d6899009ea3 (patch)
treea7e9c6a55860bd61a9be3f943b3a693f4034edd0 /kerberos5
parent660d1f65bb1e499f9105141b1fd422f281b35eb3 (diff)
downloadsrc-test2-8727aeb47261cf3fa4d48c5cedd42d6899009ea3.tar.gz
src-test2-8727aeb47261cf3fa4d48c5cedd42d6899009ea3.zip
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
Notes
Notes: svn path=/head/; revision=288200
Diffstat (limited to 'kerberos5')
-rw-r--r--kerberos5/libexec/kdigest/Makefile4
-rw-r--r--kerberos5/usr.bin/hxtool/Makefile4
-rw-r--r--kerberos5/usr.bin/kadmin/Makefile4
-rw-r--r--kerberos5/usr.bin/kcc/Makefile4
-rw-r--r--kerberos5/usr.sbin/iprop-log/Makefile4
5 files changed, 5 insertions, 15 deletions
diff --git a/kerberos5/libexec/kdigest/Makefile b/kerberos5/libexec/kdigest/Makefile
index 398443ce644b..5f3fb2450646 100644
--- a/kerberos5/libexec/kdigest/Makefile
+++ b/kerberos5/libexec/kdigest/Makefile
@@ -15,9 +15,7 @@ CLEANFILES= kdigest-commands.h kdigest-commands.c
kdigest-commands.h: kdigest-commands.in
${SLC} ${.ALLSRC:M*.in}
-.for ext in c o
-kdigest-commands.${ext}: kdigest-commands.h
-.endfor
+kdigest-commands.c: kdigest-commands.h
.include <bsd.prog.mk>
diff --git a/kerberos5/usr.bin/hxtool/Makefile b/kerberos5/usr.bin/hxtool/Makefile
index 4a7b102e6442..af85a446928a 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 c45d27365d0b..e7aff44c2230 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 e378ee36f975..7c4b7ab3962a 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>
diff --git a/kerberos5/usr.sbin/iprop-log/Makefile b/kerberos5/usr.sbin/iprop-log/Makefile
index bdcd6b943279..1f71f9b2a400 100644
--- a/kerberos5/usr.sbin/iprop-log/Makefile
+++ b/kerberos5/usr.sbin/iprop-log/Makefile
@@ -16,9 +16,7 @@ CLEANFILES= iprop-commands.h iprop-commands.c
iprop-commands.h: iprop-commands.in
${SLC} ${.ALLSRC:M*.in}
-.for ext in c o
-iprop-commands.${ext}: iprop-commands.h
-.endfor
+iprop-commands.c: iprop-commands.h
.include <bsd.prog.mk>