15 lines
366 B
Makefile
15 lines
366 B
Makefile
# $NetBSD: Makefile.inc,v 1.9 2000/09/13 04:52:12 thorpej Exp $
|
|
|
|
.if (${MACHINE_ARCH} == "i386")
|
|
SRCS+= i386_get_ldt.c i386_set_ldt.c \
|
|
i386_iopl.c i386_get_ioperm.c i386_set_ioperm.c \
|
|
i386_vm86.c i386_pmc.c
|
|
.endif
|
|
|
|
MAN+= i386_get_ldt.2 \
|
|
i386_iopl.2 i386_get_ioperm.2 \
|
|
i386_vm86.2
|
|
|
|
MLINKS+=i386_get_ldt.2 i386_set_ldt.2 \
|
|
i386_get_ioperm.2 i386_set_ioperm.2
|