diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-22 15:47:11 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-04-22 15:47:11 +0000 |
| commit | 0ac2fc87d2cfe1d7fcd0d0da533cbfa1cb3ee516 (patch) | |
| tree | 795e6f3e9c60a5618a07201cf843801703a098f1 | |
| parent | 0f30ec08f75646f1befc499f90b5b47a369af1ea (diff) | |
Notes
| -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 6ddf219cdb24..bbcdedccecfd 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} |
