add sys/swap.h, and not that vm/vm_swap.h should go away later.

This commit is contained in:
mrg 1998-08-29 17:06:11 +00:00
parent eb3bf55684
commit e10d7cb026
2 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1998/08/07 00:01:01 augustss Exp $
# $NetBSD: Makefile,v 1.3 1998/08/29 17:06:11 mrg Exp $
KDIR= /sys/sys
INCSDIR= /usr/include/sys
@ -14,7 +14,7 @@ INCS= acct.h audioio.h buf.h callout.h cdefs.h cdio.h chio.h clist.h conf.h \
ptrace.h queue.h reboot.h resource.h resourcevar.h rnd.h scanio.h \
scsiio.h select.h sem.h sha1.h shm.h signal.h signalvar.h socket.h \
socketvar.h sockio.h stat.h syscall.h syscallargs.h sysctl.h \
syslimits.h syslog.h systm.h tablet.h termios.h time.h timeb.h \
swap.h syslimits.h syslog.h systm.h tablet.h termios.h time.h timeb.h \
timepps.h times.h timex.h tprintf.h trace.h tty.h ttychars.h \
ttycom.h ttydefaults.h ttydev.h types.h ucred.h uio.h un.h unistd.h \
unpcb.h user.h utsname.h vadvise.h vcmd.h vlimit.h vmmeter.h vnode.h \

View File

@ -1,10 +1,13 @@
# $NetBSD: Makefile,v 1.1 1998/06/12 23:23:13 cgd Exp $
# $NetBSD: Makefile,v 1.2 1998/08/29 17:06:12 mrg 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
vm_pageout.h vm_pager.h vm_param.h vm_prot.h vnode_pager.h
# XXX remove after NetBSD 1.4 (or earlier if you want :)
INCS+= vm_swap.h
.include <bsd.kinc.mk>