xref: /openbsd/regress/sbin/isakmpd/prf/Makefile (revision 73471bf0)
1#	$OpenBSD: Makefile,v 1.4 2017/07/03 18:19:55 bluhm Exp $
2#	$EOM: Makefile,v 1.6 2000/03/28 21:22:07 ho Exp $
3
4# Test PRF:
5
6PROG=		prftest
7SRCS=		prf.c hash.c log.c prftest.c conf.c monitor.c util.c
8
9.include <bsd.regress.mk>
10