Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/stand/fixcoff Make sure to pick up nbcompat ...



details:   https://anonhg.NetBSD.org/src/rev/21bc58b4288b
branches:  trunk
changeset: 556258:21bc58b4288b
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Dec 10 23:45:25 2003 +0000

description:
Make sure to pick up nbcompat definitions

diffstat:

 sys/arch/macppc/stand/fixcoff/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 138d379eb65a -r 21bc58b4288b sys/arch/macppc/stand/fixcoff/Makefile
--- a/sys/arch/macppc/stand/fixcoff/Makefile    Wed Dec 10 23:36:07 2003 +0000
+++ b/sys/arch/macppc/stand/fixcoff/Makefile    Wed Dec 10 23:45:25 2003 +0000
@@ -1,7 +1,14 @@
-#      $NetBSD: Makefile,v 1.4 2003/05/18 06:45:14 lukem Exp $
+#      $NetBSD: Makefile,v 1.5 2003/12/10 23:45:25 matt Exp $
 
 NOMAN=  # defined
+
+.include <bsd.own.mk>
+
 HOSTPROG=   fixcoff
 SRCS=    fixcoff.c nb_progname.c
 
 .include <bsd.hostprog.mk>
+
+COMPATOBJ!=    cd ${NETBSDSRCDIR}/tools/compat && ${PRINTOBJDIR}
+.-include      "${COMPATOBJ}/defs.mk"
+



Home | Main Index | Thread Index | Old Index