blob: e5edc3cee44ccb55a9a7c9f95d4ec43610d2c83d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.8 2002/11/26 23:30:35 lukem Exp $
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>
|