diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-20 22:49:14 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-05-20 22:49:14 +0000 |
commit | efab05f181edb539de0af51b9f044ab504a092af (patch) | |
tree | 0fc5f10f24653ec521115b5e98aa7e3e86f9a84e /share/mk | |
parent | c12e320dfbab0b04366e4d182fdaeea9fa2eab35 (diff) |
Modules should build w/ propolice now; noticed by Jan Johansson
deraadt@ OK
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.lkm.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/mk/bsd.lkm.mk b/share/mk/bsd.lkm.mk index cd9c7b5e42f..aac3c0dbe09 100644 --- a/share/mk/bsd.lkm.mk +++ b/share/mk/bsd.lkm.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.lkm.mk,v 1.18 2003/03/04 22:30:37 mickey Exp $ +# $OpenBSD: bsd.lkm.mk,v 1.19 2003/05/20 22:49:13 millert Exp $ .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" @@ -19,7 +19,6 @@ CFLAGS+= ${COPTS} -D_KERNEL -D_LKM -I/sys -I/sys/arch .if ${WARNINGS:L} == "yes" CFLAGS+= ${CDIAGFLAGS} .endif -CFLAGS+= -fno-stack-protector LDFLAGS+= -r .if defined(LKM) |