10 lines
169 B
Makefile
10 lines
169 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/05/03 06:13:06 jruoho Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/sbin/ifconfig
|
|
|
|
TESTS_SH= t_nonexistent
|
|
|
|
.include <bsd.test.mk>
|