Use standard bsd.init.mk prologue.

This commit is contained in:
ru 2002-04-22 15:47:11 +00:00
parent cdde79e628
commit 74df38bad1

View File

@ -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}