diff options
Diffstat (limited to 'usr.sbin/jls')
-rw-r--r-- | usr.sbin/jls/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/jls/Makefile b/usr.sbin/jls/Makefile index 2d02c56..e1157af 100644 --- a/usr.sbin/jls/Makefile +++ b/usr.sbin/jls/Makefile @@ -5,6 +5,4 @@ MAN= jls.8 DPADD= ${LIBJAIL} LDADD= -ljail -WARNS?= 6 - .include <bsd.prog.mk> |