6bcf58bab8
libcompat_minix is a compatibility layer meant to let existing commands to work with the new libc.
8 lines
188 B
Makefile
8 lines
188 B
Makefile
.PATH: ${MINIXSRCDIR}/lib/nbsd_libcompat_minix/include
|
|
|
|
INCSDIR= /usr/netbsd/include
|
|
|
|
INCS+= configfile.h termcap.h
|
|
INCS+= compat/a.out.h compat/regexp.h compat/syslog.h \
|
|
compat/pwd.h
|
|
|