mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
9 lines
167 B
Makefile
9 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>
|