xref: /original-bsd/usr.bin/m4/Makefile (revision b9df2d9d)
1#	@(#)Makefile	5.9 (Berkeley) 09/03/91
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
9
10.include <bsd.prog.mk>
11