summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.powerpc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-06-28 07:19:51 +0000
committerphk <phk@FreeBSD.org>1999-06-28 07:19:51 +0000
commit50faed161fbebfeb091461f7479a992b68e5f81f (patch)
tree7e922d99c4e3264a81557faca87ea0a4db9eb833 /sys/conf/Makefile.powerpc
parent771a9642c33cb7bed6e64b1e49b1b8aae2b38634 (diff)
downloadFreeBSD-src-50faed161fbebfeb091461f7479a992b68e5f81f.zip
FreeBSD-src-50faed161fbebfeb091461f7479a992b68e5f81f.tar.gz
Hmm, might as well make all of BEFORE_DEPEND first in case make depend
wasn't run.
Diffstat (limited to 'sys/conf/Makefile.powerpc')
-rw-r--r--sys/conf/Makefile.powerpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 6597e17..8299663 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,7 +1,7 @@
# Makefile.i386 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.153 1999/06/28 07:06:21 phk Exp $
+# $Id: Makefile.i386,v 1.154 1999/06/28 07:10:55 phk Exp $
#
# Makefile for FreeBSD
#
@@ -132,7 +132,7 @@ ${KERNEL}: ${FULLKERNEL}
.endif
.endif
-${FULLKERNEL}: bus_if.h device_if.h pci_if.h ${SYSTEM_DEP} vers.o
+${FULLKERNEL}: ${BEFORE_DEPEND} ${SYSTEM_DEP} vers.o
@rm -f ${.TARGET}
@echo linking ${.TARGET}
${SYSTEM_LD}
OpenPOWER on IntegriCloud