acc9d40838
$FreeBSD$ identifiers, and fix initialisation to stderr to happen in a function as stderr is not the same in CURRENT as in OpenBSD. Reviewed by: obrien
14 lines
249 B
Makefile
14 lines
249 B
Makefile
# $OpenBSD: Makefile,v 1.8 2001/09/18 14:55:52 espie Exp $
|
|
# $FreeBSD$
|
|
|
|
# -DEXTENDED
|
|
# if you want the paste & spaste macros.
|
|
|
|
PROG= m4
|
|
CFLAGS+=-DEXTENDED
|
|
|
|
SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c
|
|
MAN= m4.1
|
|
|
|
.include <bsd.prog.mk>
|