11 lines
159 B
Makefile
11 lines
159 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/08/03 23:53:50 pgoyette Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/dev/fss
|
|
|
|
TESTS_SH= t_fss
|
|
|
|
.include <bsd.test.mk>
|