45270403c88e7efd570c054e6b2e1e6424070ef6
[dragonfly.git] / usr.bin / gencat / Makefile
1 # $FreeBSD: src/usr.bin/gencat/Makefile,v 1.5 1999/08/28 01:01:40 peter Exp $
2 # $DragonFly: src/usr.bin/gencat/Makefile,v 1.3 2005/04/21 16:36:35 joerg Exp $
3
4 PROG=   gencat
5 SRCS=   gencat.c
6
7 .if defined(BOOTSTRAPPING)
8 nl_types.h:     ../../include/nl_types.h
9         cp ${.CURDIR}/../../include/nl_types.h ${.TARGET}
10 SRCS+=  nl_types.h
11 CFLAGS+=        -I${.OBJDIR}
12 CLEANFILES+=    nl_types.h
13 .endif
14
15 .include <bsd.prog.mk>