summaryrefslogtreecommitdiff
path: root/sys/uvm/Makefile
blob: 9897992a36328d52c8d5c93a4ae20ef0fbccf6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#	$NetBSD: Makefile,v 1.7 2001/09/15 20:36:48 chs Exp $

KDIR=	/sys/uvm
INCSDIR= /usr/include/uvm

INCS=	uvm.h uvm_amap.h uvm_amap_i.h uvm_anon.h uvm_aobj.h uvm_device.h \
	uvm_extern.h uvm_fault.h uvm_fault_i.h uvm_glue.h \
	uvm_km.h uvm_loan.h \
	uvm_map.h uvm_map_i.h uvm_object.h uvm_page.h uvm_page_i.h \
	uvm_pager.h uvm_pager_i.h uvm_param.h uvm_pdaemon.h uvm_pglist.h \
	uvm_pmap.h uvm_prot.h uvm_stat.h \
	uvm_swap.h

.include <bsd.kinc.mk>