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-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
|
|
|
|
|
2005-03-02 16:40:51 +00:00
|
|
|
.if defined(CROSS_BUILD_TESTING)
|
|
|
|
SUBDIR= cross-build
|
|
|
|
.endif
|
|
|
|
|
2003-04-05 20:30:30 +00:00
|
|
|
.include <bsd.lib.mk>
|