diff options
Diffstat (limited to 'gnu/usr.bin/awk/Makefile')
| -rw-r--r-- | gnu/usr.bin/awk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile index ce3a1055682..9e6cbf369ca 100644 --- a/gnu/usr.bin/awk/Makefile +++ b/gnu/usr.bin/awk/Makefile @@ -1,6 +1,5 @@ - PROG= awk -YACC= yacc -d +YACC= yacc CFLAGS+= -DMAWK -I. -I${.CURDIR} -I${.CURDIR}/rexp SRCS= parse.c scan.c memory.c main.c hash.c execute.c code.c \ da.c error.c init.c bi_vars.c cast.c print.c bi_funct.c \ @@ -9,7 +8,7 @@ SRCS= parse.c scan.c memory.c main.c hash.c execute.c code.c \ SRCS+= rexp.c rexp0.c rexp1.c rexp2.c rexp3.c rexpdb.c LDADD= -lm -ly -DPADD= ${LIBMATH} +DPADD= ${LIBMATH} ${LIB CLEANFILES+=parse.c parse.h .PATH: ${.CURDIR}/rexp @@ -19,5 +18,4 @@ parse.h parse.c: cat ${.CURDIR}/parse2.xc >> parse.c mv y.tab.h parse.h - .include <bsd.prog.mk> |
