04e8772051
some part is specified by: phantom
10 lines
164 B
Makefile
10 lines
164 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
|
|
|
|
.include <bsd.prog.mk>
|