Remove building with NOCRYPTO option
[minix.git] / tests / lib / libc / time / Makefile
blob859631da4569989b2db3a2792e69ff8bb46a3879
1 # $NetBSD: Makefile,v 1.1 2011/01/13 00:14:10 pgoyette Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/lib/libc/time
7 TESTS_C+= t_mktime
8 TESTS_C+= t_strptime
10 .include <bsd.test.mk>