[Midnightbsd-cvs] src: Makefile: apparently cut and sort are mia in make release as well.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 30 18:50:50 EDT 2008


Log Message:
-----------
apparently cut and sort are mia in make release as well.

Modified Files:
--------------
    src/etc/ssh:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/src/etc/ssh/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L etc/ssh/Makefile -L etc/ssh/Makefile -u -r1.2 -r1.3
--- etc/ssh/Makefile
+++ etc/ssh/Makefile
@@ -27,7 +27,7 @@
 	@/usr/bin/printf "# Copyright: (C) 2008 Canonical, Ltd., License: GPL-3.\n" >> ${.TARGET}
 	sed -ne '/^#/!q;p;' ${.ALLSRC} >> ${.TARGET}
 
-	grep -v '^#' ${.ALLSRC} | cut -d ' ' -f 2 | cut -b13- | sort >> ${.TARGET}
+	grep -v '^#' ${.ALLSRC} | /usr/bin/cut -d ' ' -f 2 | /usr/bin/cut -b13- | /usr/bin/sort >> ${.TARGET}
 .endfor
 
 .include <bsd.prog.mk>


More information about the Midnightbsd-cvs mailing list