NetBSD/regress/lib/libskey/Makefile

17 lines
252 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.5 2002/09/18 05:41:49 lukem Exp $
2000-07-07 02:35:57 +04:00
2001-12-12 04:23:59 +03:00
NOMAN= # defined
PROG= skeytest
2001-12-12 04:23:59 +03:00
DPADD+= ${LIBSKEY}
LDADD+= -lskey
2000-07-07 02:35:57 +04:00
2001-12-12 04:23:59 +03:00
.PATH: ${.CURDIR}/..
2000-07-07 02:35:57 +04:00
regress: skeytest
@echo Testing S/Key hash algorithms
./skeytest
.include <bsd.prog.mk>