xref: /freebsd/usr.bin/m4/Makefile (revision daf1cffce2e07931f27c6c6998652e90df6ba87e)
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
9
10.include <bsd.prog.mk>
11