Oops. USE_FORT needs to be in Makefile.inc, not Makefile, to cause the

programs in subdirectories here to get -D_FORTIFY_SOURCE.
This commit is contained in:
tls 2007-08-16 18:36:46 +00:00
parent 3611d66f77
commit b8360b28b0
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,8 @@
# $NetBSD: Makefile,v 1.52 2007/05/28 12:06:22 tls Exp $
# $NetBSD: Makefile,v 1.53 2007/08/16 18:36:46 tls Exp $
# @(#)Makefile 8.1 (Berkeley) 6/4/93
.include <bsd.own.mk>
USE_FORT?= yes # network server
SUBDIR= atrun comsat fingerd ftpd getNAME getty identd ld.aout_so \
ld.elf_so lfs_cleanerd mail.local makekey makewhatis rexecd \
rlogind rshd rpc.rquotad rpc.rstatd rpc.rusersd rpc.rwalld \

View File

@ -1,5 +1,7 @@
# $NetBSD: Makefile.inc,v 1.6 2006/10/08 17:52:28 peter Exp $
# $NetBSD: Makefile.inc,v 1.7 2007/08/16 18:36:46 tls Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
USE_FORT?= yes # network server
BINDIR?= /usr/libexec
WARNS?= 1