xref: /original-bsd/usr.bin/m4/Makefile (revision 1cfaf997)
1#	@(#)Makefile	5.7.1.1 (Berkeley) 05/08/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