mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
to PRECIOUSLIB from bsd.lib.mk. The side effect of this is making installing the world under jail(8) possible by using another knob, NOFSCHG. Reviewed by: oliver
12 lines
170 B
Makefile
12 lines
170 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= newgrp
|
|
DPADD= ${LIBCRYPT} ${LIBUTIL}
|
|
LDADD= -lcrypt -lutil
|
|
|
|
.if defined(ENABLE_SUID_NEWGRP)
|
|
BINMODE= 4555
|
|
PRECIOUSPROG=
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|