blob: 18ea68428e34beee09d5c0a7488cf7c61788ca1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $OpenBSD: Makefile,v 1.5 1999/11/17 15:34:13 espie Exp $
# -DEXTENDED
# if you want the paste & spaste macros.
PROG= m4
CFLAGS+=-DEXTENDED
CFLAGS+=-W -Wall -Wstrict-prototypes \
-Wno-unused -Wno-char-subscripts -Wno-sign-compare
SRCS= eval.c expr.c look.c main.c misc.c gnum4.c
MAN= m4.1
.include <bsd.prog.mk>
|