NetBSD/lib/libarch/i386/Makefile.inc

15 lines
376 B
Makefile

# $NetBSD: Makefile.inc,v 1.10 2001/09/10 10:20:32 fvdl 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 i386_mtrr.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