From 688ca0dc80e1ccc5f1fe3104b89735d3e11312df Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Tue, 14 Sep 1999 08:21:38 +0000 Subject: Implement -I option and M4PATH environment variable --- usr.bin/m4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/m4/Makefile') 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 -- cgit v1.2.3