Module Name:    src
Committed By:   rin
Date:           Sat Dec 10 14:06:44 UTC 2016

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

Log Message:
Fix comment. We do not use the a.out format anymore...


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/sys/arch/x68k/stand/loadbsd/Makefile:1.18
--- src/sys/arch/x68k/stand/loadbsd/Makefile:1.17	Sat Dec 10 14:03:34 2016
+++ src/sys/arch/x68k/stand/loadbsd/Makefile	Sat Dec 10 14:06:44 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.17 2016/12/10 14:03:34 rin Exp $
+#	$NetBSD: Makefile,v 1.18 2016/12/10 14:06:44 rin Exp $
 
 S=	${.CURDIR}/../../../..
 
@@ -15,7 +15,7 @@ BINDIR=		/usr/mdec
 .include <bsd.own.mk>
 .include <bsd.klinks.mk>
 
-STRIPFLAG=		# not an a.out
+STRIPFLAG=		# not an elf
 
 AOUT2HUXDIR!=	cd ${.CURDIR}/../aout2hux && ${PRINTOBJDIR}
 AOUT2HUX=	${AOUT2HUXDIR}/aout2hux

Reply via email to