NetBSD/regress/lib/libcrypto/lhash/Makefile

18 lines
302 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2002/09/18 05:41:44 lukem Exp $
NOMAN= # defined
2000-10-03 19:13:21 +04:00
2001-12-12 04:23:59 +03:00
PROG= lhashtest
SRCS= lh_test.c
CPPFLAGS+= -DMalloc=malloc
DPADD+= ${LIBCRYPTO}
LDADD+= -lcrypto
2000-10-03 19:13:21 +04:00
regress: ${PROG}
@echo "==> running ${PROG}"
@echo hoge | ./${PROG}
2000-10-03 19:13:21 +04:00
.include <bsd.prog.mk>
.PATH: ${CRYPTODIST}/lhash