summaryrefslogtreecommitdiffstats
path: root/kerberos5
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-08 17:49:14 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-08 17:49:14 +0000
commit425a931cc6894fcec745a7b8cc3798378df31bd8 (patch)
tree6642ef84c0dd7d7c70e5241ae5aa762747ea2e2a /kerberos5
parente87917047a10732b07dab87440604b1e2578a8bb (diff)
downloadFreeBSD-src-425a931cc6894fcec745a7b8cc3798378df31bd8.zip
FreeBSD-src-425a931cc6894fcec745a7b8cc3798378df31bd8.tar.gz
MFC r288198,r288200:
r288198: Remove unneeded dependency line. r288200: Remove unneeded dependency of '.o: .h' that bsd.prog.mk already handles.
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
-rw-r--r--kerberos5/usr.sbin/ktutil/Makefile4
6 files changed, 6 insertions, 18 deletions
diff --git a/kerberos5/libexec/kdigest/Makefile b/kerberos5/libexec/kdigest/Makefile
index ed77fff..fb48e89 100644
--- a/kerberos5/libexec/kdigest/Makefile
+++ b/kerberos5/libexec/kdigest/Makefile
@@ -18,9 +18,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 a6af319..b76d9a6 100644
--- a/kerberos5/usr.bin/hxtool/Makefile
+++ b/kerberos5/usr.bin/hxtool/Makefile
@@ -15,9 +15,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 894533d..9e38edc 100644
--- a/kerberos5/usr.bin/kadmin/Makefile
+++ b/kerberos5/usr.bin/kadmin/Makefile
@@ -43,9 +43,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 d3f4dc3..2e86cf3 100644
--- a/kerberos5/usr.bin/kcc/Makefile
+++ b/kerberos5/usr.bin/kcc/Makefile
@@ -24,9 +24,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 48b8232..e51fc61 100644
--- a/kerberos5/usr.sbin/iprop-log/Makefile
+++ b/kerberos5/usr.sbin/iprop-log/Makefile
@@ -19,9 +19,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>
diff --git a/kerberos5/usr.sbin/ktutil/Makefile b/kerberos5/usr.sbin/ktutil/Makefile
index 85517a7..abbeb57 100644
--- a/kerberos5/usr.sbin/ktutil/Makefile
+++ b/kerberos5/usr.sbin/ktutil/Makefile
@@ -29,8 +29,6 @@ CLEANFILES= ktutil-commands.h ktutil-commands.c
ktutil-commands.h: ${KRB5DIR}/admin/ktutil-commands.in
${SLC} ${.ALLSRC:M*.in}
-.for ext in c o
-ktutil-commands.${ext}: ktutil-commands.h
-.endfor
+ktutil-commands.c: ktutil-commands.h
.PATH: ${KRB5DIR}/admin
OpenPOWER on IntegriCloud