.include <bsd.own.mk> so the proper have of CC is defined before we use it.

This commit is contained in:
matt 2003-12-11 22:45:06 +00:00
parent 020ecacc80
commit d0d3605346

View File

@ -1,8 +1,11 @@
# $NetBSD: Makefile,v 1.40 2003/11/14 23:11:20 simonb Exp $
# $NetBSD: Makefile,v 1.41 2003/12/11 22:45:06 matt Exp $
SUBDIR+= _setjmp atexit basename clone convfp db dirname div divrem \
gen getaddrinfo hsearch int_fmtio locale md5sha popen randomid \
regex rpc setjmp sigsetjmp stdio stdlib string sys time
.include <bsd.own.mk>
.if (${MACHINE_ARCH} != "vax" && ${MACHINE_ARCH} != "m68000")
SUBDIR+= ieeefp
.endif