6af9856d4a
remove some old minix-userland-specific stuff . /etc/ttytab as a file, and minix-compat function (fftyslot()), replaced by /etc/ttys and new libc functions . also remove minix-specific nlist(), cuserid(), fttyslot(), v8 regex functions and <compat/regex.h> . and remaining minix-only utilities that use them . also unused <compat/pwd.h> and <compat/syslog.h> and redundant <sys/sigcontext.h>
8 lines
230 B
Makefile
8 lines
230 B
Makefile
.PATH: ${MINIXSRCDIR}/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
|