summaryrefslogtreecommitdiff
path: root/usr.bin/m4/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-09-14 08:21:38 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-09-14 08:21:38 +0000
commit688ca0dc80e1ccc5f1fe3104b89735d3e11312df (patch)
tree9fc28043d4d3ac1721d6f6599e8ba139d1c19010 /usr.bin/m4/Makefile
parentab5c029c47b2b4d8c906708e0d60c5e0fc065d14 (diff)
Implement -I option and M4PATH environment variable
Diffstat (limited to 'usr.bin/m4/Makefile')
-rw-r--r--usr.bin/m4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index b75b373c1ab..8c32123005c 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -1,11 +1,11 @@
-# $OpenBSD: Makefile,v 1.3 1997/09/21 11:49:47 deraadt Exp $
+# $OpenBSD: Makefile,v 1.4 1999/09/14 08:21:32 espie Exp $
# -DEXTENDED
# if you want the paste & spaste macros.
PROG= m4
CFLAGS+=-DEXTENDED
-SRCS= eval.c expr.c look.c main.c misc.c
+SRCS= eval.c expr.c look.c main.c misc.c gnum4.c
MAN= m4.1
.include <bsd.prog.mk>