Since Christos cleaned up the use of libc internals here, we can switch
these from USE_SSP to USE_FORT as they should be.
This commit is contained in:
parent
febe85111f
commit
36a21907e2
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.11 2007/05/28 12:06:30 tls Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2007/05/28 18:12:06 tls Exp $
|
||||
# from: @(#)Makefile 5.2 (Berkeley) 5/11/90
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
USE_FORT?= no # XXX includes libc internal headers
|
||||
USE_SSP?= yes # network client
|
||||
USE_FORT?= yes # network client
|
||||
|
||||
PROG= rpcinfo
|
||||
MAN= rpcinfo.8
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.9 2007/05/28 14:49:15 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2007/05/28 18:12:06 tls Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
USE_FORT?= no # XXX includes libc internal headers
|
||||
USE_SSP?= yes # network client
|
||||
USE_FORT?= yes # network client
|
||||
|
||||
WARNS=4
|
||||
PROG= rpcbind
|
||||
|
|
Loading…
Reference in New Issue