summaryrefslogtreecommitdiffstats
path: root/usr.bin/m4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/m4/Makefile')
-rw-r--r--usr.bin/m4/Makefile16
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index 702b3f3..ce93ede 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -5,8 +5,20 @@
# if you want the paste & spaste macros.
PROG= m4
-CFLAGS+=-DEXTENDED
+CFLAGS+=-DEXTENDED -I${.CURDIR}/lib
+LDADD= -ly -ll
+# clang needs 1 while with gcc we can use 2
+#WARNS= 1
-SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c
+SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c parser.y tokenizer.l
+.PATH: ${.CURDIR}/lib
+SRCS+= ohash_create_entry.c ohash_delete.c ohash_do.c ohash_entries.c \
+ ohash_enum.c ohash_init.c ohash_int.h ohash_interval.c \
+ ohash_lookup_interval.c ohash_lookup_memory.c ohash_qlookup.c \
+ ohash_qlookupi.c
+
+tokenizer.o: parser.h
+
+CLEANFILES+= parser.c parser.h tokenizer.o
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud