Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/atari/stand/binpatch Include <bsd.own.mk> before ${...



details:   https://anonhg.NetBSD.org/src/rev/fef00e0a2f6f
branches:  trunk
changeset: 754729:fef00e0a2f6f
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon May 10 15:10:54 2010 +0000

description:
Include <bsd.own.mk> before ${NETBSDSRCDIR}.

diffstat:

 sys/arch/atari/stand/binpatch/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r c9c05350da30 -r fef00e0a2f6f sys/arch/atari/stand/binpatch/Makefile
--- a/sys/arch/atari/stand/binpatch/Makefile    Mon May 10 14:53:17 2010 +0000
+++ b/sys/arch/atari/stand/binpatch/Makefile    Mon May 10 15:10:54 2010 +0000
@@ -1,21 +1,21 @@
-#      $NetBSD: Makefile,v 1.6 2009/08/20 15:14:49 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.7 2010/05/10 15:10:54 tsutsui Exp $
 
 BINDIR?= /sbin
 WARNS?=        4
+NOMAN=
+
+.include <bsd.own.mk>
 
 PROG=  binpatch
 SRCS=  binpatch.c
 SRCS+= exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c exec_coff.c
 
 #MAN=  binpatch.8      # currently it's in src/share/man/man8/man8.atari
-NOMAN=
 
 MDSETIMAGE=${NETBSDSRCDIR}/usr.sbin/mdsetimage
 CPPFLAGS+= -I${MDSETIMAGE}
 .PATH: ${MDSETIMAGE}
 
-.include <bsd.own.mk>  # for ${MACHINE_CPU}
-
 .if    ${MACHINE_ARCH} == "alpha"
 CPPFLAGS+=-DNLIST_ECOFF
 CPPFLAGS+=-DNLIST_ELF64



Home | Main Index | Thread Index | Old Index