mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
6da1b6ebda
Obtained from: KAME
11 lines
185 B
Makefile
11 lines
185 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
|
# $FreeBSD$
|
|
|
|
PROG= route6d
|
|
MAN8= route6d.8
|
|
|
|
CFLAGS+= -Dss_len=__ss_len -Dss_family=__ss_family -DINET6 \
|
|
-DHAVE_GETIFADDRS
|
|
|
|
.include <bsd.prog.mk>
|