summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/awk/Makefile
blob: fdca82c4482e3466050a37ad415f6a66fdf84614 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PROG=		awk
SRCS=		main.c eval.c builtin.c msg.c iop.c io.c field.c array.c \
		node.c version.c re.c awk.c regex.c dfa.c \
		getopt.c getopt1.c
CFLAGS+=	-DGAWK
LDADD=		-lm
DPADD=		${LIBM}
CLEANFILES+=	awk.c y.tab.h

MAN1=		awk.0

.include <bsd.prog.mk>
.include "../../usr.bin/Makefile.inc"
OpenPOWER on IntegriCloud