freebsd-dev/usr.bin/newgrp/Makefile
Baptiste Daroussin 3e11bd9e2a Convert to usr.bin/ to LIBADD
Reduce overlinking
2014-11-25 14:29:10 +00:00

13 lines
138 B
Makefile

# $FreeBSD$
PROG= newgrp
LIBADD= crypt util
.if defined(ENABLE_SUID_NEWGRP)
BINMODE= 4555
PRECIOUSPROG=
.endif
.include <bsd.prog.mk>