Module Name: src
Committed By: tsutsui
Date: Mon May 10 15:10:54 UTC 2010
Modified Files:
src/sys/arch/atari/stand/binpatch: Makefile
Log Message:
Include <bsd.own.mk> before ${NETBSDSRCDIR}.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/atari/stand/binpatch/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/atari/stand/binpatch/Makefile
diff -u src/sys/arch/atari/stand/binpatch/Makefile:1.6 src/sys/arch/atari/stand/binpatch/Makefile:1.7
--- src/sys/arch/atari/stand/binpatch/Makefile:1.6 Thu Aug 20 15:14:49 2009
+++ src/sys/arch/atari/stand/binpatch/Makefile Mon May 10 15:10:54 2010
@@ -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