]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/m4/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.bin / m4 / Makefile
1 #       $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $
2 # $FreeBSD$
3
4 # -DEXTENDED 
5 #       if you want the paste & spaste macros.
6
7 PROG=   m4
8 CFLAGS+=-DEXTENDED
9
10 SRCS=   eval.c expr.c look.c main.c misc.c gnum4.c trace.c
11
12 WARNS?= 0
13
14 .include <bsd.prog.mk>