mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
11 lines
187 B
Makefile
11 lines
187 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/01/13 00:14:10 pgoyette Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/libc/time
|
|
|
|
TESTS_C+= t_mktime
|
|
TESTS_C+= t_strptime
|
|
|
|
.include <bsd.test.mk>
|