diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-09-18 14:55:53 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-09-18 14:55:53 +0000 |
commit | 2f9f1701ef2c4c8b9f461073679940844afed60d (patch) | |
tree | 4d41737bcfd0b4236255322159484d08ceb3d56e /usr.bin/m4/Makefile | |
parent | 3c821bc99eea469511d5dfcb7c93617c533650e2 (diff) |
Tracing facilities. Same style as gnu-m4, because it's mostly used for
autoconf right now.
Diffstat (limited to 'usr.bin/m4/Makefile')
-rw-r--r-- | usr.bin/m4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile index 43b23289902..0d3c0f59b3a 100644 --- a/usr.bin/m4/Makefile +++ b/usr.bin/m4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2001/07/18 13:28:47 espie Exp $ +# $OpenBSD: Makefile,v 1.8 2001/09/18 14:55:52 espie Exp $ # -DEXTENDED # if you want the paste & spaste macros. @@ -12,7 +12,7 @@ CDIAGFLAGS=-W -Wall -Wstrict-prototypes \ CFLAGS+=-O0 .endif -SRCS= eval.c expr.c look.c main.c misc.c gnum4.c +SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c MAN= m4.1 .include <bsd.prog.mk> |