summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp/Makefile
AgeCommit message (Collapse)Author
2021-01-21ndp only deals with current localtime. Print time with subsecondFlorian Obser
resolution in a less roundabout way. OK phessler, bluhm
2016-05-02Kill useless CPPFLAGSJeremie Courreges-Anglas
usr.sbin/ndp has no #ifdef INET6 test, and doesn't need an explicit -I. directive. ok sha256 mpi@
2013-08-09Remove dead code and useless #include and #ifdef from ndp.Alexander Bluhm
No binary change; OK deraadt@ mpi@
2004-01-25private copy of gmt2local from tcpdump, since tcpdump is about to startTheo de Raadt
mutating
1999-12-10add ndp(8), arp(8) lookalike for IPv6.Jun-ichiro itojun Hagino