diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/tftpboot/Makefile')
-rw-r--r-- | sys/arch/mvme88k/stand/tftpboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/tftpboot/Makefile b/sys/arch/mvme88k/stand/tftpboot/Makefile index 1ddfcebd7b2..f4b11d2b815 100644 --- a/sys/arch/mvme88k/stand/tftpboot/Makefile +++ b/sys/arch/mvme88k/stand/tftpboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2013/01/05 11:20:56 miod Exp $ +# $OpenBSD: Makefile,v 1.8 2013/01/16 20:45:09 miod Exp $ SIZE?= size STRIP?= strip @@ -20,6 +20,7 @@ SRCS= boot.c conf.c version.c tftpfs.c netdev.c OBJS= ${SRCS:S/.c/.o/g} LIBS= ${LIBSA} ${LIBBUG} ${LIBZ} LDFLAGS=-N -T ${S}/arch/mvme88k/stand/ld.script -Ttext ${STAGE2_RELOC} +LDFLAGS+= -warn-common NOPIE= all: tftpboot.bin |