Makefile.inc revision 22993
1#	from: Makefile.inc,v 1.1 1993/09/03 19:04:23 jtc Exp
2#	$Id$
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