freebsd_amp_hwpstate/gnu/usr.bin/awk/Makefile

14 lines
291 B
Makefile
Raw Normal View History

1993-06-18 04:22:21 +00:00
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
1993-07-02 04:54:10 +00:00
MAN1= awk.1
1993-06-18 04:22:21 +00:00
.include <bsd.prog.mk>
.include "../../usr.bin/Makefile.inc"