Module Name:    src
Committed By:   rin
Date:           Sat Dec 10 14:03:34 UTC 2016

Modified Files:
        src/sys/arch/x68k/stand/loadbsd: Makefile

Log Message:
Clear STRIPFLAG after include bsd.own.mk; it can be modified by mk.conf via
bsd.own.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/x68k/stand/loadbsd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/stand/loadbsd/Makefile
diff -u src/sys/arch/x68k/stand/loadbsd/Makefile:1.16 src/sys/arch/x68k/stand/loadbsd/Makefile:1.17
--- src/sys/arch/x68k/stand/loadbsd/Makefile:1.16	Wed Aug 21 08:17:34 2013
+++ src/sys/arch/x68k/stand/loadbsd/Makefile	Sat Dec 10 14:03:34 2016
@@ -1,10 +1,9 @@
-#	$NetBSD: Makefile,v 1.16 2013/08/21 08:17:34 matt Exp $
+#	$NetBSD: Makefile,v 1.17 2016/12/10 14:03:34 rin Exp $
 
 S=	${.CURDIR}/../../../..
 
 BASE=	loadbsd
 PROG=	${BASE}.x	# Human68k ".x" executable
-STRIPFLAG=		# not an a.out
 BINMODE=444		# not to be run on NetBSD
 SRCS=	start.S loadbsd.c xprintf.c trampoline.S
 
@@ -16,6 +15,8 @@ BINDIR=		/usr/mdec
 .include <bsd.own.mk>
 .include <bsd.klinks.mk>
 
+STRIPFLAG=		# not an a.out
+
 AOUT2HUXDIR!=	cd ${.CURDIR}/../aout2hux && ${PRINTOBJDIR}
 AOUT2HUX=	${AOUT2HUXDIR}/aout2hux
 LIBDOS!=	cd ${.CURDIR}/../libdos && ${PRINTOBJDIR}

Reply via email to