xref: /freebsd/usr.bin/m4/Makefile (revision 3157ba21)
1#	$OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $
2# $FreeBSD$
3
4# -DEXTENDED
5# 	if you want the paste & spaste macros.
6
7PROG=	m4
8CFLAGS+=-DEXTENDED
9
10SRCS=	eval.c expr.c look.c main.c misc.c gnum4.c trace.c
11
12WARNS?=	0
13
14.include <bsd.prog.mk>
15