summaryrefslogtreecommitdiffstats
path: root/usr.bin/newgrp/Makefile
blob: 8195348bf3f8a405ed69a76517d4440fb935f4ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

PROG=	newgrp
DPADD=	${LIBCRYPT} ${LIBUTIL}
LDADD=	-lcrypt -lutil

.if defined(ENABLE_SUID_NEWGRP)
BINMODE=	4555
PRECIOUSPROG=
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud