xref: /freebsd/usr.bin/m4/Makefile (revision 2be1a816b9ff69588e55be0a84cbe2a31efc0f2f)
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
12.include <bsd.prog.mk>
13