freebsd-dev/usr.sbin/jls/Makefile

9 lines
90 B
Makefile

# $FreeBSD$
PROG= jls
MAN= jls.8
DPADD= ${LIBJAIL}
LDADD= -ljail
.include <bsd.prog.mk>