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