summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/regress/b2n/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/regress/b2n/Makefile')
-rw-r--r--sbin/isakmpd/regress/b2n/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sbin/isakmpd/regress/b2n/Makefile b/sbin/isakmpd/regress/b2n/Makefile
new file mode 100644
index 00000000000..b84f0240a60
--- /dev/null
+++ b/sbin/isakmpd/regress/b2n/Makefile
@@ -0,0 +1,12 @@
+
+# Test HMAC:
+
+PROG= b2ntest
+SRCS= math_2n.c b2ntest.c util.c sysdep.c
+.PATH: ${.CURDIR}/../../
+NOMAN=
+TOPOBJ!= cd ${.CURDIR}/../..; printf "all:\n\t@pwd\n" |${MAKE} -f-
+CFLAGS+= -I${TOPOBJ} -I${.CURDIR}/../../ -Wall
+DEBUG= -g
+
+.include <bsd.prog.mk> \ No newline at end of file