Sync usage with man page.
[netbsd-mini2440.git] / share / mk / bsd.init.mk
blob342362a08a5e7a9cec4751fa3796b1c97b8d3e96
1 # $NetBSD: bsd.init.mk,v 1.1 2001/11/02 05:21:50 tv Exp $
3 # <bsd.init.mk> includes Makefile.inc and <bsd.own.mk>; this is used at the
4 # top of all <bsd.*.mk> files which actually "build something".
6 .if !defined(_BSD_INIT_MK_)
7 _BSD_INIT_MK_=1
9 .-include "${.CURDIR}/../Makefile.inc"
10 .include <bsd.own.mk>
11 .MAIN: all
13 .endif # !defined(_BSD_INIT_MK_)