diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:22:24 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-07-16 12:22:24 +0300 |
commit | 56815f21bd9f396e53386969c7a00dd801f232fd (patch) | |
tree | 1dcf01c7109d6c91f8c789a9e81510e179e826f2 /Makefile.bsd44 | |
parent | e1ef22d366abd1f9ec95eb495c727d55181c8584 (diff) | |
download | egawk-56815f21bd9f396e53386969c7a00dd801f232fd.tar.gz egawk-56815f21bd9f396e53386969c7a00dd801f232fd.tar.bz2 egawk-56815f21bd9f396e53386969c7a00dd801f232fd.zip |
Move to gawk-2.15.1.
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> |