summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-05-07 20:23:26 +0000
committerbapt <bapt@FreeBSD.org>2016-05-07 20:23:26 +0000
commit15411e495d00a440fc8abc23ffa7dd4dc587326a (patch)
tree1c89ad37788f014e87508980018be543a228fc81
parent3e534bbcb82f30d2f77092aa6f28f1ca1ff54fa1 (diff)
downloadFreeBSD-src-15411e495d00a440fc8abc23ffa7dd4dc587326a.zip
FreeBSD-src-15411e495d00a440fc8abc23ffa7dd4dc587326a.tar.gz
Only one program is build in usr.bin/sdiff use the right include
-rw-r--r--usr.bin/sdiff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sdiff/Makefile b/usr.bin/sdiff/Makefile
index 4904626..504adc2 100644
--- a/usr.bin/sdiff/Makefile
+++ b/usr.bin/sdiff/Makefile
@@ -12,4 +12,4 @@ MAN1= sdiff.1
SUBDIR+= tests
.endif
-.include <bsd.progs.mk>
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud