Makefile.inc revision 21673
1#	from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
2#	$FreeBSD: head/lib/libc/amd64/sys/Makefile.inc 21673 1997-01-14 07:20:47Z jkh $
3
4.PATH:	${.CURDIR}/${MACHINE}/sys
5
6SRCS+=	i386_get_ldt.c i386_set_ldt.c
7
8MAN2+=	i386/sys/i386_get_ldt.2
9
10MLINKS+=i386_get_ldt.2 i386_set_ldt.2
11