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