1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

getifaddrs(3) is always used.

MFC after:	1 week
This commit is contained in:
Hajimu UMEMOTO 2003-08-17 17:21:00 +00:00
parent 05d7208ae7
commit 8a92d72c44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119036

View File

@ -4,6 +4,6 @@
PROG= route6d
MAN= route6d.8
CFLAGS+= -DINET6 -DHAVE_GETIFADDRS
CFLAGS+= -DINET6
.include <bsd.prog.mk>