Home | History | Annotate | Line # | Download | only in hash
Makefile revision 1.2
      1  1.2  pgoyette # $NetBSD: Makefile,v 1.2 2011/01/02 22:03:25 pgoyette Exp $
      2  1.1     joerg 
      3  1.1     joerg .include <bsd.own.mk>
      4  1.1     joerg 
      5  1.1     joerg TESTSDIR=	${TESTSBASE}/lib/libc/hash
      6  1.1     joerg 
      7  1.1     joerg TESTS_C+=	t_sha2
      8  1.1     joerg 
      9  1.2  pgoyette TESTS_SH+=	t_hash
     10  1.2  pgoyette 
     11  1.2  pgoyette BINDIR=		${TESTSDIR}
     12  1.2  pgoyette MKMAN=		no
     13  1.2  pgoyette 
     14  1.2  pgoyette PROGS+=		h_hash
     15  1.2  pgoyette 
     16  1.2  pgoyette FILESDIR=	${TESTSDIR}/data
     17  1.2  pgoyette 
     18  1.2  pgoyette FILES+=		data/md5test-in
     19  1.2  pgoyette FILES+=		data/md5test-out
     20  1.2  pgoyette FILES+=		data/sha1test-in
     21  1.2  pgoyette FILES+=		data/sha1test-out
     22  1.2  pgoyette FILES+=		data/sha1test2-out
     23  1.2  pgoyette 
     24  1.1     joerg .include <bsd.test.mk>
     25