diff options
author | ru <ru@FreeBSD.org> | 2002-04-22 15:47:11 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-22 15:47:11 +0000 |
commit | 74df38bad152781bbabe592bef2b08b72952e5c3 (patch) | |
tree | 795e6f3e9c60a5618a07201cf843801703a098f1 /sys/conf | |
parent | cdde79e628afa1c1afed3b625d7c79098d87dae7 (diff) | |
download | FreeBSD-src-74df38bad152781bbabe592bef2b08b72952e5c3.zip FreeBSD-src-74df38bad152781bbabe592bef2b08b72952e5c3.tar.gz |
Use standard bsd.init.mk prologue.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/kmod.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index 6ddf219..bbcdedc 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -84,12 +84,7 @@ OBJCOPY?= objcopy TARGET_ARCH?= ${MACHINE_ARCH} -.if !target(__initialized__) -__initialized__: -.if exists(${.CURDIR}/../Makefile.inc) -.include "${.CURDIR}/../Makefile.inc" -.endif -.endif +.include <bsd.init.mk> .SUFFIXES: .out .o .c .cc .cxx .C .y .l .s .S @@ -183,7 +178,6 @@ maninstall: _SUBDIR _ILINKS=@ machine -.MAIN: all all: objwarn ${PROG} _SUBDIR beforedepend: ${_ILINKS} |