diff options
| author | christos <christos@NetBSD.org> | 2016-09-17 18:09:24 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2016-09-17 18:09:24 +0000 |
| commit | 9aa6bc08044ef0b42fc8ba2cecf3bf497ad93d0d (patch) | |
| tree | f2661040828651d5ca7200c91e0871703c7964c7 /sys/arch/atari | |
| parent | dd1a578db1b7f2911ea203f5f9d284f8528f32df (diff) | |
kill PIE/SSP
Diffstat (limited to 'sys/arch/atari')
| -rw-r--r-- | sys/arch/atari/stand/Makefile.booters | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/atari/stand/Makefile.booters b/sys/arch/atari/stand/Makefile.booters index 6b4976bd8af..fccd6658480 100644 --- a/sys/arch/atari/stand/Makefile.booters +++ b/sys/arch/atari/stand/Makefile.booters @@ -1,5 +1,7 @@ -# $NetBSD: Makefile.booters,v 1.4 2013/08/12 16:34:05 joerg Exp $ +# $NetBSD: Makefile.booters,v 1.5 2016/09/17 18:09:24 christos Exp $ +NOPIE= # defined +NOSSP= # defined BINDIR= /usr/mdec/${BTYPE:tl} DBG= |
