opnsense-src/tools/regression/netinet6/inet6_rth/Makefile

11 lines
144 B
Makefile
Raw Normal View History

# $FreeBSD$
#
PROG= inet6_rth-segments
SRCS= test_subr.c inet6_rth-segments.c
NO_MAN=
CFLAGS+= -Wall
DEBUG_FLAGS= -g
.include <bsd.prog.mk>