Makefile.inc revision 1.4
1# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp 2 3.PATH: ${LIBC}/i386 4 5SRCS+= i386_get_ldt.c i386_set_ldt.c \ 6 i386_iopl.c i386_get_ioperm.c i386_set_ioperm.c 7 8MAN+= i386_get_ldt.2 \ 9 i386_iopl.2 i386_get_ioperm.2 10 11MLINKS+=i386_get_ldt.2 i386_set_ldt.2 \ 12 i386_get_ioperm.2 i386_set_ioperm.2 13