mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-28 03:42:04 +01:00
092fa28f4f
regarding RFC3542 compliance.
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>
|