summaryrefslogtreecommitdiffstats
path: root/usr.sbin/jexec/Makefile
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2006-04-19 10:12:10 +0000
committerdelphij <delphij@FreeBSD.org>2006-04-19 10:12:10 +0000
commitfe5c8255df598de68e545aabeb2b1c272e548b9a (patch)
tree4a17bb5881e69532ada738ff53e9ae0c192ec0ee /usr.sbin/jexec/Makefile
parent51d1ca0f6e57fd46aed0662d117beda3ff711169 (diff)
downloadFreeBSD-src-fe5c8255df598de68e545aabeb2b1c272e548b9a.zip
FreeBSD-src-fe5c8255df598de68e545aabeb2b1c272e548b9a.tar.gz
Add -u and -U which functions like the jail(8) that allow
commands to be executed under a different credential. PR: bin/95777 Submitted by: clsung
Diffstat (limited to 'usr.sbin/jexec/Makefile')
-rw-r--r--usr.sbin/jexec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/jexec/Makefile b/usr.sbin/jexec/Makefile
index 87e9926..2bf817c 100644
--- a/usr.sbin/jexec/Makefile
+++ b/usr.sbin/jexec/Makefile
@@ -2,6 +2,8 @@
PROG= jexec
MAN= jexec.8
+DPADD= ${LIBUTIL}
+LDADD= -lutil
WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud