13 lines
292 B
Makefile
13 lines
292 B
Makefile
# Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
|
|
|
|
.PATH: ${LIBC}/i386
|
|
|
|
SRCS+= i386_get_ldt.c i386_set_ldt.c \
|
|
i386_iopl.c i386_get_ioperm.c i386_set_ioperm.c
|
|
|
|
MAN+= i386_get_ldt.2 \
|
|
i386_iopl.2 i386_get_ioperm.2
|
|
|
|
MLINKS+=i386_get_ldt.2 i386_set_ldt.2 \
|
|
i386_get_ioperm.2 i386_set_ioperm.2
|