Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2011/05/03 06:13:06 jruoho Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/sbin/ifconfig
6
7TESTS_SH=	t_nonexistent
8
9.include <bsd.test.mk>
10