Use <bsd.own.mk> so that the right thing happens when building a

kernel w/ USE_NEW_TOOLCHAIN.
This commit is contained in:
thorpej 2001-10-21 21:13:11 +00:00
parent d1e191d848
commit 102249430c

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.powerpc,v 1.15 2001/08/26 10:59:26 simonb Exp $
# $NetBSD: Makefile.powerpc,v 1.16 2001/10/21 21:13:11 thorpej Exp $
#
# Makefile for NetBSD
#
@ -18,7 +18,7 @@
# -DTRACE compile in kernel tracing hooks
# -DQUOTA compile in file system quotas
.SUFFIXES: .S .c .o
.include <bsd.own.mk>
# DEBUG is set to -g if debugging.
# PROF is set to -pg if profiling.