2003-04-05 20:30:30 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
.PATH: ${.CURDIR}/../../include
|
|
|
|
|
2003-04-06 21:46:44 +00:00
|
|
|
LIB= egacy
|
2003-04-05 20:30:30 +00:00
|
|
|
SRCS=
|
|
|
|
INCSGROUPS= INCS
|
|
|
|
INCS=
|
|
|
|
|
|
|
|
BOOTSTRAPPING?= 0
|
|
|
|
|
2005-02-26 21:47:54 +00:00
|
|
|
# usr.bin/mklocale needs <runefile.h>.
|
|
|
|
.if !exists(/usr/include/runefile.h)
|
|
|
|
INCS+= runefile.h
|
|
|
|
.endif
|
|
|
|
|
2005-02-27 19:13:41 +00:00
|
|
|
# usr.bin/gencat needs <nl_types.h>.
|
|
|
|
.if ${BOOTSTRAPPING} < 600017
|
|
|
|
INCS+= nl_types.h
|
|
|
|
.endif
|
|
|
|
|
2003-04-05 20:30:30 +00:00
|
|
|
.if empty(SRCS)
|
|
|
|
SRCS= dummy.c
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.lib.mk>
|