mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 16:46:33 -04:00
11 lines
175 B
Makefile
11 lines
175 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/12/15 00:13:52 pooka Exp $
|
|
#
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.sbin/traceroute
|
|
|
|
TESTS_SH= t_traceroute
|
|
|
|
.include <bsd.test.mk>
|