History log of /netbsd-current/distrib/utils/x_ping6/Makefile
Revision Date Author Comments
# 1.11 06-Aug-2015 ozaki-r

Add -DCRUNCHOPS

It's required because ping6 is now rump-ified.


# 1.10 06-May-2006 rpaulo

branches: 1.10.20;
Remove -DUSE_RFC3542.


# 1.9 05-May-2006 rpaulo

Enable RFC3542.


# 1.8 11-Dec-2001 tv

Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=.


# 1.7 04-Oct-2001 jmc

Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization
levels


# 1.6 20-Aug-2001 martin

Drop ``-Os'' on sparc64 due to toolchain issues.

The same change has already been applied on the 1.5 branch. The problems
(i.e. ifconfig not showing IP addresses) have been verified to still exist
with the new toolchain.


# 1.5 17-Mar-2001 tsutsui

"NOMAN= yes" -> "MKMAN= no"


# 1.4 08-Oct-2000 itojun

need libm. PR 11162


# 1.3 17-May-2000 matt

branches: 1.3.4;
Part II. Link everything -static since that's what want for crunchgen
later on.


# 1.2 17-May-2000 matt

Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax
would shrink them even more?


# 1.1 04-Jan-2000 itojun

ping6 without IPsec.


# 1.3.4.2 29-Jul-2001 he

Apply patch (requested by martin):
Drop ``-Os'' on sparc64 due to toolchain issues.


# 1.3.4.1 19-Oct-2000 he

Pull up revision 1.4 (requested by he):
Now needs libm. Fixes PR#11162.


# 1.10.20.1 05-Oct-2008 mjf

Sync with HEAD.