xref: /freebsd/usr.bin/m4/Makefile (revision 1b6c76a2fe091c74f08427e6c870851025a9cf67)
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