Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / m4 / Makefile
1 #       $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $
2 # $FreeBSD: src/usr.bin/m4/Makefile,v 1.2.12.1 2002/07/15 02:06:15 jmallett Exp $
3 # $DragonFly: src/usr.bin/m4/Makefile,v 1.2 2003/06/17 04:29:28 dillon Exp $
4
5 # -DEXTENDED 
6 #       if you want the paste & spaste macros.
7
8 PROG=   m4
9 CFLAGS+=-DEXTENDED
10
11 SRCS=   eval.c expr.c look.c main.c misc.c gnum4.c trace.c
12 MAN=    m4.1
13
14 .include <bsd.prog.mk>