Module Name: src
Committed By: shm
Date: Wed Jul 13 13:10:55 UTC 2016
Modified Files:
src/usr.bin/newgrp: Makefile
Log Message:
Add USE_FORT support.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/newgrp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/newgrp/Makefile
diff -u src/usr.bin/newgrp/Makefile:1.4 src/usr.bin/newgrp/Makefile:1.5
--- src/usr.bin/newgrp/Makefile:1.4 Tue Apr 14 22:15:24 2009
+++ src/usr.bin/newgrp/Makefile Wed Jul 13 13:10:55 2016
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2009/04/14 22:15:24 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/13 13:10:55 shm Exp $
#
.include <bsd.own.mk>
+USE_FORT?= yes # setuid
PROG= newgrp
SRCS= newgrp.c grutil.c
BINOWN= root