10 lines
175 B
Makefile
10 lines
175 B
Makefile
|
# $NetBSD: Makefile,v 1.4 2012/07/14 04:06:17 christos Exp $
|
||
|
|
||
|
HELPER_NAME= ideatest
|
||
|
HELPER_DIR= idea
|
||
|
|
||
|
.include <bsd.init.mk>
|
||
|
|
||
|
LDADD= -lcrypto
|
||
|
LDADD+= -Wl,--no-fatal-warnings
|