diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-06 22:46:15 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-08-06 22:46:15 +0000 |
| commit | e806d5088b8fdff67d70d421ece34e557ff3dd8c (patch) | |
| tree | 85d632bec68258f342fc79fc09305932a9468a5a /usr.bin/m4/Makefile | |
| parent | d029c3aa2563f896e990ea62d168f4f33afcbc01 (diff) | |
Notes
Diffstat (limited to 'usr.bin/m4/Makefile')
| -rw-r--r-- | usr.bin/m4/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 4f71244da9ce6..47cbe3ed18c02 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -7,16 +7,13 @@ .include <src.opts.mk> PROG= m4 -CFLAGS+=-DEXTENDED -I${.CURDIR} -I${.CURDIR}/lib -DPADD= ${LIBY} ${LIBL} ${LIBM} -LDADD= -ly -ll -lm +CFLAGS+=-DEXTENDED -I${.CURDIR} -I${.CURDIR}/../../lib/libohash +DPADD= ${LIBY} ${LIBL} ${LIBM} ${LIBOHASH} +LDADD= -ly -ll -lm ${LDOHASH} NO_WMISSING_VARIABLE_DECLARATIONS= SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l -.PATH: ${.CURDIR}/lib -SRCS+= ohash.c -WARNS= 3 tokenizer.o: parser.h |
