NetBSD/regress/lib/libskey/Makefile

16 lines
226 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2000/07/24 00:00:21 mycroft Exp $
2000-07-07 02:35:57 +04:00
PROG= skeytest
NOMAN= t
.PATH: ${.CURDIR}/..
LDADD+= -lskey
2000-07-07 02:35:57 +04:00
regress: skeytest
@echo Testing S/Key hash algorithms
./skeytest
.include <bsd.prog.mk>