2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.sys.mk>
|
2010-03-08 12:04:59 +01:00
|
|
|
|
2011-07-01 15:57:43 +02:00
|
|
|
INCSDIR= /usr/include.ack/sys
|
2010-03-08 12:04:59 +01:00
|
|
|
|
2011-02-06 23:59:02 +01:00
|
|
|
INCS= asynchio.h dir.h file.h \
|
|
|
|
ioctl.h ipc.h jmp_buf.h kbdio.h mman.h \
|
2010-03-08 12:04:59 +01:00
|
|
|
mount.h mtio.h param.h ptrace.h queue.h resource.h \
|
|
|
|
select.h sem.h shm.h sigcontext.h signal.h socket.h \
|
2010-06-24 01:46:10 +02:00
|
|
|
soundcard.h statfs.h statvfs.h stat.h svrctl.h timeb.h \
|
2010-07-15 14:48:15 +02:00
|
|
|
time.h times.h types.h ucontext.h ucred.h uio.h un.h \
|
2011-03-18 16:13:05 +01:00
|
|
|
utsname.h video.h vm.h wait.h cdefs.h null.h poll.h
|
2010-03-08 12:04:59 +01:00
|
|
|
|
2011-02-06 23:59:02 +01:00
|
|
|
.include "../../common/include/sys/Makefile.inc"
|
|
|
|
.include "../../common/include/sys/Makefile.mount.inc"
|
|
|
|
|
2010-06-25 20:29:09 +02:00
|
|
|
.include <bsd.kinc.mk>
|