Make sure to pick up nbcompat definitions

This commit is contained in:
matt 2003-12-10 23:45:25 +00:00
parent b1865b274e
commit cd3cb31917
1 changed files with 8 additions and 1 deletions

View File

@ -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"