f93afa00e9
NETBSDSRCDIR is used all over the place anyway, and this reduces our diff with NetBSD a little.
8 lines
231 B
Makefile
8 lines
231 B
Makefile
.PATH: ${NETBSDSRCDIR}/lib/libcompat_minix/include
|
|
|
|
INCSDIR= /usr/include
|
|
|
|
INCS+= configfile.h
|
|
INCS+= compat/a.out.h
|
|
INCS+= net/gen/netdb.h net/gen/resolv.h net/gen/nameser.h
|
|
INCS+= sys/jmp_buf.h ${MACHINE_ARCH}/compat_jmp_buf.h
|