Merge branch 'vendor/DIFFUTILS'
[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.4 2007/08/27 16:50:54 pavalos Exp $
3
4 PROG=   gencat
5 SRCS=   gencat.c
6 WARNS?= 2
7
8 .if defined(BOOTSTRAPPING)
9 nl_types.h:     ../../include/nl_types.h
10         cp ${.CURDIR}/../../include/nl_types.h ${.TARGET}
11 SRCS+=  nl_types.h
12 CFLAGS+=        -I${.OBJDIR}
13 CLEANFILES+=    nl_types.h
14 .endif
15
16 .include <bsd.prog.mk>