cvs commit: src/etc Makefile src/etc/periodic/daily Makefile src/etc/periodic/monthly Makefile src/etc/periodic/security Makefile src/etc/periodic/weekly Makefile src/gnu/usr.bin Makefile src/lib Makefile src/libexec Makefile src/sbin Makefile src/share ...

Marius Strobl marius at alchemy.franken.de
Sat Sep 27 20:18:51 UTC 2008


There's a typo in r183242 which causes jexec to be also skipped:

--- head/usr.sbin/Makefile	2008/09/19 19:20:05	183195
+++ head/usr.sbin/Makefile	2008/09/21 22:02:26	183242
<...>
+.if ${MK_JAIL} != "no"
+_jail=		jail
+_jexect=	jexec
+_jls=		jls
+.endif

Marius



More information about the cvs-src mailing list