Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add USE_FORT support.



details:   https://anonhg.NetBSD.org/src/rev/f6592d90ff82
branches:  trunk
changeset: 346446:f6592d90ff82
user:      shm <shm%NetBSD.org@localhost>
date:      Wed Jul 13 13:10:04 2016 +0000

description:
Add USE_FORT support.

diffstat:

 usr.bin/newgrp/Makefile     |  3 ++-
 usr.sbin/sliplogin/Makefile |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 48d844008cc4 -r f6592d90ff82 usr.bin/newgrp/Makefile
--- a/usr.bin/newgrp/Makefile   Wed Jul 13 11:12:56 2016 +0000
+++ b/usr.bin/newgrp/Makefile   Wed Jul 13 13:10:04 2016 +0000
@@ -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
diff -r 48d844008cc4 -r f6592d90ff82 usr.sbin/sliplogin/Makefile
--- a/usr.sbin/sliplogin/Makefile       Wed Jul 13 11:12:56 2016 +0000
+++ b/usr.sbin/sliplogin/Makefile       Wed Jul 13 13:10:04 2016 +0000
@@ -1,6 +1,7 @@
-#      $NetBSD: Makefile,v 1.5 1997/10/17 13:36:36 lukem Exp $
+#      $NetBSD: Makefile,v 1.6 2016/07/13 13:10:04 shm Exp $
 #      from: @(#)Makefile      8.1 (Berkeley) 7/19/93
 
+USE_FORT?= yes # setuid
 PROG=  sliplogin
 MAN=   sliplogin.8
 BINOWN=        root



Home | Main Index | Thread Index | Old Index