world: Mark all build-tools.
[dragonfly.git] / usr.bin / awk / maketab / Makefile
blob0a0f4a8fecc0cbfc8c5da1d5de8074a75813c455
1 AWKSRC= ${.CURDIR}/../../../contrib/awk
2 .PATH: ${AWKSRC}
4 PROG= maketab
5 SRCS= maketab.c ytab.h
7 CFLAGS+= -I. -I${AWKSRC} -DHAS_ISBLANK
9 y.tab.h: awkgram.c awkgram.y
11 ytab.h: y.tab.h
12 ${LN} -sf ${.ALLSRC} ${.TARGET}
14 WARNS= 2
16 CLEANFILES+= ytab.h y.tab.h awkgram.c
18 build-tools: maketab.nx
20 # this setup is used in place, it is not installed anywhere
21 install:
23 .include <bsd.hostprog.mk>