aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.bsd44alpha
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.bsd44alpha')
-rw-r--r--Makefile.bsd44alpha8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.bsd44alpha b/Makefile.bsd44alpha
new file mode 100644
index 00000000..269f14b8
--- /dev/null
+++ b/Makefile.bsd44alpha
@@ -0,0 +1,8 @@
+PROG= awk
+SRCS= main.c eval.c builtin.c msg.c iop.c io.c field.c array.c \
+ node.c version.c missing.c re.c awk.c regex.c dfa.c
+DPADD= ${LIBM}
+LDADD= -lm
+CFLAGS+= -g
+
+.include <bsd.prog.mk>