Makefile revision 1.5
1#	@(#)Makefile	8.1 (Berkeley) 6/6/93
2
3# -DEXTENDED 
4# 	if you want the paste & spaste macros.
5
6PROG=	m4
7CFLAGS+=-DEXTENDED
8SRCS=	eval.c expr.c look.c main.c misc.c
9MAN=	m4.1
10
11.include <bsd.prog.mk>
12