summaryrefslogtreecommitdiff
path: root/sys/uvm/Makefile
blob: 8b93224209d1582f395fdd3414033517179292b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.11 2017/01/04 23:59:27 christos Exp $

INCSDIR= /usr/include/uvm

INCS=	uvm.h uvm_amap.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_object.h uvm_page.h \
	uvm_pager.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>