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