Home | History | Annotate | Line # | Download | only in nbsvtool
Makefile revision 1.1
      1  1.1  joerg # $NetBSD: Makefile,v 1.1 2008/05/11 17:58:09 joerg Exp $
      2  1.1  joerg 
      3  1.1  joerg PROG=	nbsvtool
      4  1.1  joerg LDADD+=	-lcrypto
      5  1.1  joerg DPADD+=	${LIBCRYPTO}
      6  1.1  joerg 
      7  1.1  joerg .include <bsd.prog.mk>
      8