Home | History | Annotate | Line # | Download | only in mdc2
Makefile revision 1.3.6.2
      1 # $NetBSD: Makefile,v 1.3.6.2 2012/11/20 23:26:54 matt Exp $
      2 
      3 HELPER_NAME=	mdc2test
      4 HELPER_DIR=	mdc2
      5 
      6 .include <bsd.init.mk>
      7 
      8 LDADD= -lcrypto
      9 
     10 .if ${HAVE_BINUTILS} == "219"
     11 LDADD+=         -Wl,--no-fatal-warnings
     12 .endif
     13