summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/regress/group/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/isakmpd/regress/group/Makefile')
-rw-r--r--sbin/isakmpd/regress/group/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sbin/isakmpd/regress/group/Makefile b/sbin/isakmpd/regress/group/Makefile
new file mode 100644
index 00000000000..85ac9019fab
--- /dev/null
+++ b/sbin/isakmpd/regress/group/Makefile
@@ -0,0 +1,14 @@
+# Test Group:
+
+PROG= grouptest
+SRCS= math_2n.c math_ec2n.c math_group.c grouptest.c util.c \
+ log.c sysdep.c gmp_util.c
+.PATH: ${.CURDIR}/../../
+NOMAN=
+TOPOBJ!= cd ${.CURDIR}/../..; printf "all:\n\t@pwd\n" |${MAKE} -f-
+CFLAGS+= -I${TOPOBJ} -I${.CURDIR}/../../ -Wall
+LDADD+= -lgmp
+DPADD+= ${LIBGMP}
+DEBUG= -g
+
+.include <bsd.prog.mk>