mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 23:04:36 -04:00
11 lines
126 B
Makefile
11 lines
126 B
Makefile
|
|
PROG= newgrp
|
|
|
|
LIBADD= crypt util
|
|
|
|
.if defined(ENABLE_SUID_NEWGRP)
|
|
BINMODE= 4555
|
|
PRECIOUSPROG=
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|