summaryrefslogtreecommitdiff
path: root/sys/modules/secmodel_overlay/Makefile
blob: 2d8bc2f098a49b04163472db8911dfa5bbbe5cd5 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: Makefile,v 1.1 2009/10/02 18:50:12 elad Exp $

.include "../Makefile.inc"

.PATH:	${S}/secmodel/overlay

KMOD=	secmodel_overlay
SRCS=	secmodel_overlay.c

.include <bsd.kmodule.mk>
nfo_primary early, before cpu0 attachesjmcneill 2011-08-12Clean up extern mess by adding an API for kernel components to call libcjmcneill 2011-08-11initialize lwp0 l_addr so we can switch back to itjmcneill 2009-10-21Remove uarea swap-out functionality:rmind 2009-10-21Drop 3rd and 4th clauses. OK jmcneill (copyright holder).snj 2007-12-29Import work-in-progress NetBSD/usermode port.jmcneill