freebsd-dev/sbin/ping6/tests/Makefile
Alan Somers 208ae7b7b4 ping6: Rename options for better consistency with ping
Now equivalent options have the same flags, and nonequivalent options have
different flags.  This is a prelude to merging the two commands.

Submitted by:	Ján Sučan <sucanjan@gmail.com>
MFC:		Never
Sponsored by:	Google LLC (Google Summer of Code 2019)
Differential Revision:	https://reviews.freebsd.org/D21345
2019-08-23 15:22:20 +00:00

9 lines
116 B
Makefile

# $FreeBSD$
PACKAGE= tests
ATF_TESTS_SH+= ping6_test
${PACKAGE}FILES+= ping6_c1_s8_t1.out
.include <bsd.test.mk>