aboutsummaryrefslogtreecommitdiff
path: root/kerberos5/usr.bin/hxtool
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/usr.bin/hxtool
parent660d1f65bb1e499f9105141b1fd422f281b35eb3 (diff)
downloadsrc-8727aeb47261cf3fa4d48c5cedd42d6899009ea3.tar.gz
src-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/usr.bin/hxtool')
-rw-r--r--kerberos5/usr.bin/hxtool/Makefile4
1 files changed, 1 insertions, 3 deletions
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>