Makefile revision 142640
1# $FreeBSD: head/tools/build/Makefile 142640 2005-02-27 11:22:58Z ru $
2
3.PATH: ${.CURDIR}/../../include
4
5LIB=		egacy
6SRCS=
7INCSGROUPS=	INCS
8INCS=		
9
10BOOTSTRAPPING?=	0
11
12# usr.bin/mklocale needs <runefile.h>.
13.if !exists(/usr/include/runefile.h)
14INCS+=		runefile.h
15.endif
16
17.if empty(SRCS)
18SRCS=		dummy.c
19.endif
20
21.include <bsd.lib.mk>
22