08c81a9c2d
- list NOxxx and LDSTATIC= assignments before everything else (especially <bsd.own.mk>) - ensure <bsd.own.mk> is included before NETBSDSRCDIR is used - add missing RCSids
17 lines
252 B
Makefile
17 lines
252 B
Makefile
# $NetBSD: Makefile,v 1.5 2002/09/18 05:41:49 lukem Exp $
|
|
|
|
NOMAN= # defined
|
|
|
|
PROG= skeytest
|
|
DPADD+= ${LIBSKEY}
|
|
LDADD+= -lskey
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
regress: skeytest
|
|
@echo Testing S/Key hash algorithms
|
|
./skeytest
|
|
|
|
.include <bsd.prog.mk>
|
|
|