summaryrefslogtreecommitdiff
path: root/Makefile.bsd44
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.bsd44')
-rw-r--r--Makefile.bsd4414
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.bsd44 b/Makefile.bsd44
deleted file mode 100644
index 1daca532..00000000
--- a/Makefile.bsd44
+++ /dev/null
@@ -1,14 +0,0 @@
-PROG= awk
-SRCS= main.c eval.c builtin.c msg.c iop.c io.c field.c getopt1.c \
- getopt.c array.c \
- node.c version.c missing.c re.c awk.c regex.c dfa.c
-DPADD= ${LIBM}
-LDADD= -lm
-CFLAGS+=-I${.CURDIR} -DGAWK
-BINDIR= /usr/bin
-MANDIR= /usr/share/man/cat
-CLEANFILES+=awk.c y.tab.h awk.0
-
-awk.0: gawk.1
- nroff -man gawk.1 > awk.0
-.include <bsd.prog.mk>