xref: /dragonfly/usr.bin/m4/Makefile (revision 333227be)
1#	$OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $
2# $FreeBSD: src/usr.bin/m4/Makefile,v 1.2.12.1 2002/07/15 02:06:15 jmallett Exp $
3# $DragonFly: src/usr.bin/m4/Makefile,v 1.2 2003/06/17 04:29:28 dillon Exp $
4
5# -DEXTENDED
6# 	if you want the paste & spaste macros.
7
8PROG=	m4
9CFLAGS+=-DEXTENDED
10
11SRCS=	eval.c expr.c look.c main.c misc.c gnum4.c trace.c
12MAN=	m4.1
13
14.include <bsd.prog.mk>
15