From b8360b28b0e75c162235bd0a0846169ea72379c0 Mon Sep 17 00:00:00 2001 From: tls Date: Thu, 16 Aug 2007 18:36:46 +0000 Subject: [PATCH] Oops. USE_FORT needs to be in Makefile.inc, not Makefile, to cause the programs in subdirectories here to get -D_FORTIFY_SOURCE. --- libexec/Makefile | 4 +--- libexec/Makefile.inc | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libexec/Makefile b/libexec/Makefile index 37b81345f9f1..78d45ab8a41b 100644 --- a/libexec/Makefile +++ b/libexec/Makefile @@ -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 -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 \ diff --git a/libexec/Makefile.inc b/libexec/Makefile.inc index 2db0bdb010ed..c643bb9dda90 100644 --- a/libexec/Makefile.inc +++ b/libexec/Makefile.inc @@ -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