svn commit: r299224 - head/usr.bin/sdiff

Baptiste Daroussin bapt at FreeBSD.org
Sat May 7 20:23:28 UTC 2016


Author: bapt
Date: Sat May  7 20:23:26 2016
New Revision: 299224
URL: https://svnweb.freebsd.org/changeset/base/299224

Log:
  Only one program is build in usr.bin/sdiff use the right include

Modified:
  head/usr.bin/sdiff/Makefile

Modified: head/usr.bin/sdiff/Makefile
==============================================================================
--- head/usr.bin/sdiff/Makefile	Sat May  7 20:17:23 2016	(r299223)
+++ head/usr.bin/sdiff/Makefile	Sat May  7 20:23:26 2016	(r299224)
@@ -12,4 +12,4 @@ MAN1=	sdiff.1
 SUBDIR+= tests
 .endif
 
-.include <bsd.progs.mk>
+.include <bsd.prog.mk>


More information about the svn-src-head mailing list