NetBSD/regress/lib/libcrypto/threads/Makefile
lukem 08c81a9c2d some makefile de-linting
- 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
2002-09-18 05:41:35 +00:00

17 lines
282 B
Makefile

# $NetBSD: Makefile,v 1.4 2002/09/18 05:41:48 lukem Exp $
NOMAN= # defined
PROG= threadstest
SRCS= mttest.c
DPADD+= ${LIBSSL} ${LIBCRYPTO}
LDADD+= -lssl -lcrypto
regress: ${PROG}
@echo "==> running ${PROG}"
@./${PROG}
.include <bsd.prog.mk>
.PATH: ${CRYPTODIST}/threads