xref: /original-bsd/usr.bin/m4/Makefile (revision c3e32dec)
1#	@(#)Makefile	8.1 (Berkeley) 06/06/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
9
10.include <bsd.prog.mk>
11