Move mkfiles from /etc/mk to /usr/share/mk

Simplifies pkgsrc porting.
This commit is contained in:
Arun Thomas
2010-06-25 19:33:56 +00:00
parent c0c8d25799
commit e10916476a
27 changed files with 18 additions and 1870 deletions

13
share/mk/bsd.init.mk Normal file
View File

@@ -0,0 +1,13 @@
# $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_)