Makefile revision 8874
1248590Smm#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2248590Smm
3248590Smm# -DEXTENDED
4248590Smm# 	if you want the paste & spaste macros.
5248590Smm
6248590SmmPROG=	m4
7248590SmmCFLAGS+=-DEXTENDED
8248590SmmSRCS=	eval.c expr.c look.c main.c misc.c
9248590Smm
10248590Smm.include <bsd.prog.mk>
11248590Smm