turns printfs back on
[freebsd-src/fkvm-freebsd.git] / share / mk / bsd.init.mk
blob72a6de0ef342a7af80a27993a6d09ec1572c1626
1 # $FreeBSD$
3 # The include file <bsd.init.mk> includes ../Makefile.inc and
4 # <bsd.own.mk>; this is used at the top of all <bsd.*.mk> files
5 # that actually "build something".
7 .if !target(__<bsd.init.mk>__)
8 __<bsd.init.mk>__:
9 .if exists(${.CURDIR}/../Makefile.inc)
10 .include "${.CURDIR}/../Makefile.inc"
11 .endif
12 .include <bsd.compat.mk>
13 .include <bsd.own.mk>
14 .MAIN: all
15 .endif # !target(__<bsd.init.mk>__)