Nuke unused macro and comment
[dragonfly.git] / usr.bin / gencat / Makefile
blobb237a798da47a81d7bfd311543fb6d48b7281d26
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 $
4 PROG= gencat
5 SRCS= gencat.c
6 WARNS?= 2
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
16 .include <bsd.prog.mk>