freebsd-dev/usr.sbin/traceroute/Makefile
Paul Traina bb45826d08 Bring in LBL traceroute, which has the '-g' option. This is a bugfixed and
modified version of Leres' latest work.  No FreeBSD changes have been
spammed.
1996-03-13 08:04:29 +00:00

10 lines
167 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= traceroute
MAN8= traceroute.8
BINOWN= root
BINMODE=4555
CFLAGS+=-DHAVE_BZERO=1 -DHAVE_SETLINEBUF=1
.include <bsd.prog.mk>