xref: /openbsd/regress/sbin/isakmpd/prf/Makefile (revision b39c5158)
1#	$OpenBSD: Makefile,v 1.1 2005/04/08 17:12:50 cloder 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 sysdep.c util.c
8TOPSRC=		${.CURDIR}/../../../../sbin/isakmpd
9TOPOBJ!=	cd ${TOPSRC}; printf "all:\n\t@pwd\n" |${MAKE} -f-
10OS!=		awk '/^OS=/ { print $$2 }' ${.CURDIR}/../../Makefile
11.PATH:		${TOPSRC} ${TOPSRC}/sysdep/openbsd ${TOPOBJ}
12CFLAGS+=	-I${TOPSRC} -I${TOPSRC}/sysdep/openbsd -I${TOPOBJ} -Wall
13NOMAN=
14DEBUG=		-g
15
16.include <bsd.regress.mk>
17