be88e5179d
other ENABLE_SUID_* variables.
13 lines
177 B
Makefile
13 lines
177 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newgrp
|
|
DPADD= ${LIBCRYPT} ${LIBUTIL}
|
|
LDADD= -lcrypt -lutil
|
|
|
|
.if defined(ENABLE_SUID_NEWGRP)
|
|
BINMODE= 4555
|
|
INSTALLFLAGS= -fschg
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|