NetBSD/sys/vm/Makefile

11 lines
327 B
Makefile

# $NetBSD: Makefile,v 1.1 1998/06/12 23:23:13 cgd Exp $
KDIR= /sys/vm
INCSDIR= /usr/include/vm
INCS= device_pager.h pglist.h pmap.h swap_pager.h vm.h vm_conf.h \
vm_extern.h vm_inherit.h vm_kern.h vm_map.h vm_object.h vm_page.h \
vm_pageout.h vm_pager.h vm_param.h vm_prot.h vm_swap.h vnode_pager.h
.include <bsd.kinc.mk>