From 8727aeb47261cf3fa4d48c5cedd42d6899009ea3 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Thu, 24 Sep 2015 23:23:58 +0000 Subject: [PATCH] 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 --- kerberos5/libexec/kdigest/Makefile | 4 +--- kerberos5/usr.bin/hxtool/Makefile | 4 +--- kerberos5/usr.bin/kadmin/Makefile | 4 +--- kerberos5/usr.bin/kcc/Makefile | 4 +--- kerberos5/usr.sbin/iprop-log/Makefile | 4 +--- 5 files changed, 5 insertions(+), 15 deletions(-) diff --git a/kerberos5/libexec/kdigest/Makefile b/kerberos5/libexec/kdigest/Makefile index 398443ce644..5f3fb245064 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 diff --git a/kerberos5/usr.bin/hxtool/Makefile b/kerberos5/usr.bin/hxtool/Makefile index 4a7b102e644..af85a446928 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 diff --git a/kerberos5/usr.bin/kadmin/Makefile b/kerberos5/usr.bin/kadmin/Makefile index c45d27365d0..e7aff44c223 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 e378ee36f97..7c4b7ab3962 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 diff --git a/kerberos5/usr.sbin/iprop-log/Makefile b/kerberos5/usr.sbin/iprop-log/Makefile index bdcd6b94327..1f71f9b2a40 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