# $FreeBSD$ .PATH: ${.CURDIR}/../../include LIB= egacy SRCS= INCSGROUPS= INCS INCS= BOOTSTRAPPING?= 0 # usr.bin/mklocale needs . .if !exists(/usr/include/runefile.h) INCS+= runefile.h .endif # usr.bin/gencat needs . .if ${BOOTSTRAPPING} < 600017 INCS+= nl_types.h .endif .if empty(SRCS) SRCS= dummy.c .endif .include