1*6c8f7fc3SBen Gras# $NetBSD: Makefile,v 1.9 2006/02/11 12:45:07 yamt Exp $ 2*6c8f7fc3SBen Gras 3*6c8f7fc3SBen GrasINCSDIR= /usr/include/uvm 4*6c8f7fc3SBen Gras 5*6c8f7fc3SBen GrasINCS= uvm.h uvm_amap.h uvm_anon.h uvm_aobj.h uvm_device.h \ 6*6c8f7fc3SBen Gras uvm_extern.h uvm_fault.h uvm_fault_i.h uvm_glue.h \ 7*6c8f7fc3SBen Gras uvm_km.h uvm_loan.h \ 8*6c8f7fc3SBen Gras uvm_map.h uvm_object.h uvm_page.h \ 9*6c8f7fc3SBen Gras uvm_pager.h uvm_param.h uvm_pdaemon.h uvm_pglist.h \ 10*6c8f7fc3SBen Gras uvm_pmap.h uvm_prot.h uvm_stat.h \ 11*6c8f7fc3SBen Gras uvm_swap.h 12*6c8f7fc3SBen Gras 13*6c8f7fc3SBen Gras.include <bsd.kinc.mk> 14