SYSENTER/SYSCALL support
[minix.git] / share / mk / bsd.init.mk
blob23e1b032de9725b58851a0e5a7889a4660db7242
1 # $NetBSD: bsd.init.mk,v 1.2 2003/07/28 02:38:33 lukem 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(_MINIX_INIT_MK_)
7 _MINIX_INIT_MK_=1
9 .-include "${.CURDIR}/../Makefile.inc"
10 .include <bsd.own.mk>
11 .MAIN: all
13 .endif # !defined(_MINIX_INIT_MK_)