History log of /freebsd-9.3-release/usr.sbin/route6d/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 201390 02-Jan-2010 ed

The last big commit: let usr.sbin/ use WARNS=6 by default.


# 160755 27-Jul-2006 yar

These IPv6-only tools have no explicit dependency on the INET6 macro.

Tested with: cmp(1)


# 119076 18-Aug-2003 ume

support poll(2).

Obtained from: KAME
MFC after: 1 week


# 119036 17-Aug-2003 ume

getifaddrs(3) is always used.

MFC after: 1 week


# 119030 17-Aug-2003 ume

We don't need __ss hack.

MFC after: 1 week


# 80029 20-Jul-2001 obrien

Perform a major cleanup of the usr.sbin Makefiles.
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.


# 74816 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


# 74532 20-Mar-2001 ru

Set the default manual section for usr.sbin/ to 8.


# 62921 10-Jul-2000 ume

removed 'ifndef ADVAPI' parts

Obtained from: KAME


# 62834 09-Jul-2000 itojun

use advanced API (-DADVAPI).
From: tkatayam@pi.titech.ac.jp (KATAYAMA, Takeo)


# 62607 05-Jul-2000 itojun

sync with latest kame tree. more stable, p2p advert is corrected


# 55543 07-Jan-2000 shin

remove redundant ifdef's.

some part is specified by: phantom


# 55163 28-Dec-1999 shin

Getaddrinfo(), getnameinfo(), and etc support in libc/net.
Several udp and raw apps IPv6 support.

Reviewed by: freebsd-arch, cvs-committers
Obtained from: KAME project