70b75adf82
commands to be executed under a different credential. PR: bin/95777 Submitted by: clsung
10 lines
104 B
Makefile
10 lines
104 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= jexec
|
|
MAN= jexec.8
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|