mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
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>
|