3e11bd9e2a
Reduce overlinking
13 lines
138 B
Makefile
13 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newgrp
|
|
|
|
LIBADD= crypt util
|
|
|
|
.if defined(ENABLE_SUID_NEWGRP)
|
|
BINMODE= 4555
|
|
PRECIOUSPROG=
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|