aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/m4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/m4/Makefile')
-rw-r--r--usr.bin/m4/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/usr.bin/m4/Makefile b/usr.bin/m4/Makefile
deleted file mode 100644
index ef065c05a428..000000000000
--- a/usr.bin/m4/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $OpenBSD: Makefile,v 1.10 2002/04/26 13:13:41 espie Exp $
-
-# -DEXTENDED
-# if you want the paste & spaste macros.
-
-PROG= m4
-CFLAGS+=-DEXTENDED
-CDIAGFLAGS=-W -Wall -Wstrict-prototypes -pedantic \
- -Wno-unused -Wno-char-subscripts -Wno-sign-compare
-
-SRCS= eval.c expr.c look.c main.c misc.c gnum4.c trace.c
-MAN= m4.1
-
-.include <bsd.prog.mk>