29f48d6256
the POSIX.2 UPE. PR: 36190 Reviewed by: -standards, silence on -audit
13 lines
212 B
Makefile
13 lines
212 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newgrp
|
|
DPADD= ${LIBCRYPT} ${LIBUTIL}
|
|
LDADD= -lcrypt -lutil
|
|
|
|
.if defined(ENABLE_SUID_NEWGRP) && ${ENABLE_SUID_NEWGRP} == "true"
|
|
BINMODE= 4555
|
|
INSTALLFLAGS= -fschg
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|