Import OpenBSD m4 as of today.
This commit is contained in:
parent
a8e7a7f596
commit
bdc3a4cdac
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user