NetBSD/sys/vm/Makefile

11 lines
223 B
Makefile

# $NetBSD: Makefile,v 1.7 2000/06/26 14:21:19 mrg Exp $
KDIR= /sys/vm
INCSDIR= /usr/include/vm
INCS= pmap.h vm.h \
vm_extern.h vm_inherit.h vm_map.h vm_object.h vm_page.h \
vm_pager.h vm_param.h
.include <bsd.kinc.mk>