aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.bsd44alpha
blob: 269f14b8ac7078a29fc60fa87ce5a30ecfed4c13 (plain)
1
2
3
4
5
6
7
8
PROG=	awk
SRCS=	main.c eval.c builtin.c msg.c iop.c io.c field.c array.c \
	node.c version.c missing.c re.c awk.c regex.c dfa.c
DPADD=	${LIBM}
LDADD=	-lm
CFLAGS+= -g

.include <bsd.prog.mk>