Deleted Added
sdiff udiff text old ( 185435 ) new ( 192896 )
full compact
1# $FreeBSD: head/usr.sbin/jexec/Makefile 192896 2009-05-27 14:30:26Z jamie $
2
3PROG= jexec
4MAN= jexec.8
5DPADD= ${LIBUTIL}
6LDADD= -lutil
7WARNS?= 6
8
9.include <bsd.prog.mk>