summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2001-09-18 14:55:52 +0000
committerjmallett <jmallett@FreeBSD.org>2001-09-18 14:55:52 +0000
commitbdc3a4cdac1d8d33384df9e403c7f1062a00646c (patch)
tree1cf87354d2f6e58efddcf51e4c3b94907457ee7f
parenta8e7a7f596fe50a657e54d071c59e84885f20cd6 (diff)
downloadFreeBSD-src-bdc3a4cdac1d8d33384df9e403c7f1062a00646c.zip
FreeBSD-src-bdc3a4cdac1d8d33384df9e403c7f1062a00646c.tar.gz
Import OpenBSD m4 as of today.
-rw-r--r--usr.bin/m4/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
index 17145fd..0d3c0f5 100644
--- a/usr.bin/m4/Makefile
+++ b/usr.bin/m4/Makefile
@@ -1,10 +1,18 @@
-# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $OpenBSD: Makefile,v 1.8 2001/09/18 14:55:52 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
+CDIAGFLAGS=-W -Wall -Wstrict-prototypes \
+ -Wno-unused -Wno-char-subscripts -Wno-sign-compare
+# No optimization for m88k
+.if (${MACHINE_ARCH} == "m88k")
+CFLAGS+=-O0
+.endif
+
+SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c
+MAN= m4.1
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud