diff options
Diffstat (limited to 'Makefile.bsd44')
-rw-r--r-- | Makefile.bsd44 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile.bsd44 b/Makefile.bsd44 index 269f14b8..a5d968c9 100644 --- a/Makefile.bsd44 +++ b/Makefile.bsd44 @@ -1,8 +1,12 @@ PROG= awk -SRCS= main.c eval.c builtin.c msg.c iop.c io.c field.c array.c \ +SRCS= main.c eval.c builtin.c msg.c iop.c io.c field.c getopt1.c \ + getopt.c array.c \ node.c version.c missing.c re.c awk.c regex.c dfa.c DPADD= ${LIBM} LDADD= -lm -CFLAGS+= -g +CFLAGS+=-I${.CURDIR} -DGAWK +BINDIR= /usr/bin +MANDIR= /usr/share/man/cat +CLEANFILES+=awk.c y.tab.h awk.0 .include <bsd.prog.mk> |