summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/awk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/awk/Makefile')
-rw-r--r--gnu/usr.bin/awk/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/gnu/usr.bin/awk/Makefile b/gnu/usr.bin/awk/Makefile
deleted file mode 100644
index d525cd1..0000000
--- a/gnu/usr.bin/awk/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Makefile copyright James Raynard (jraynard@freebsd.org) 1997
-#
-# $FreeBSD$
-
-.include "${.CURDIR}/../Makefile.inc"
-
-.PATH: ${.CURDIR}/../../../contrib/awk
-
-PROG= gawk
-SRCS= array.c awkgram.y builtin.c eval.c field.c gawkmisc.c io.c main.c \
- msg.c node.c re.c version.c dfa.c getopt.c getopt1.c ext.c profile.c
-MAN= doc/gawk.1
-
-YFLAGS=
-
-# Important for ctype macros!
-CFLAGS+= -funsigned-char
-
-CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../../contrib/awk
-CFLAGS+= -DHAVE_CONFIG_H -DGAWK -DDEFPATH=\".\"
-WARNS= 0
-
-SUBDIR+= doc
-
-DPADD+= ${LIBGNUREGEX} ${LIBM}
-LDADD+= -lgnuregex -lm
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud