mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Import OpenBSD m4 as of today.
This commit is contained in:
parent
1c8517dad8
commit
e98bffde50
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/vendor/OpenBSD/dist/; revision=83618
18
usr.bin/m4/Makefile
Normal file
18
usr.bin/m4/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $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
|
||||
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…
Reference in New Issue
Block a user