minix/etc/mk/bsd.init.mk
Arun Thomas c0c8d25799 Rename mkfiles from minix.*.mk to bsd.*.mk
Makes things easier for pkgsrc
2010-06-25 18:29:09 +00:00

14 lines
361 B
Makefile

# $NetBSD: bsd.init.mk,v 1.2 2003/07/28 02:38:33 lukem Exp $
# <bsd.init.mk> includes Makefile.inc and <bsd.own.mk>; this is used at the
# top of all <bsd.*.mk> files which actually "build something".
.if !defined(_MINIX_INIT_MK_)
_MINIX_INIT_MK_=1
.-include "${.CURDIR}/../Makefile.inc"
.include <bsd.own.mk>
.MAIN: all
.endif # !defined(_MINIX_INIT_MK_)