NetBSD/regress/lib/libskey/Makefile

16 lines
248 B
Makefile
Raw Normal View History

2001-12-12 04:23:59 +03:00
# $NetBSD: Makefile,v 1.4 2001/12/12 01:24:12 tv Exp $
2000-07-07 02:35:57 +04:00
2001-12-12 04:23:59 +03:00
PROG= skeytest
NOMAN= # defined
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>