freebsd-dev/usr.bin/m4/Makefile
Juli Mallett 82130df48c Use %zu to print a size_t, not %u and definitely not %d.
Remove WARNS?=2, as GCC will usually throw a fit right now, and I'm not going
to mix WARNS and NO_WERROR.

Submitted by:	fenner
2002-04-20 21:37:26 +00:00

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>