1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-10 14:02:43 +00:00
freebsd/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>