Makefile.inc revision 1.10
1# $NetBSD: Makefile.inc,v 1.10 2001/09/10 10:20:32 fvdl Exp $ 2 3.if (${MACHINE_ARCH} == "i386") 4SRCS+= i386_get_ldt.c i386_set_ldt.c \ 5 i386_iopl.c i386_get_ioperm.c i386_set_ioperm.c \ 6 i386_vm86.c i386_pmc.c i386_mtrr.c 7.endif 8 9MAN+= i386_get_ldt.2 \ 10 i386_iopl.2 i386_get_ioperm.2 \ 11 i386_vm86.2 12 13MLINKS+=i386_get_ldt.2 i386_set_ldt.2 \ 14 i386_get_ioperm.2 i386_set_ioperm.2 15