summaryrefslogtreecommitdiff
path: root/usr.bin/m4/Makefile
diff options
context:
space:
mode:
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>