Module Name: src
Committed By: riastradh
Date: Tue Aug 8 11:53:47 UTC 2023
Modified Files:
src/usr.sbin/traceroute: Makefile
Log Message:
traceroute/Makefile: Nix trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/usr.sbin/traceroute/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/traceroute/Makefile
diff -u src/usr.sbin/traceroute/Makefile:1.23 src/usr.sbin/traceroute/Makefile:1.24
--- src/usr.sbin/traceroute/Makefile:1.23 Tue Aug 8 06:27:33 2023
+++ src/usr.sbin/traceroute/Makefile Tue Aug 8 11:53:47 2023
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.23 2023/08/08 06:27:33 mrg Exp $
+# $NetBSD: Makefile,v 1.24 2023/08/08 11:53:47 riastradh Exp $
USE_FORT?= yes # network client
RUMPPRG=traceroute
-MAN= traceroute.8
+MAN= traceroute.8
CPPFLAGS+=-DHAVE_MALLOC_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SOCKIO_H=1
-CPPFLAGS+=-DHAVE_STRERROR=1 -DHAVE_SETLINEBUF=1 -DHAVE_SOCKADDR_SA_LEN=1
+CPPFLAGS+=-DHAVE_STRERROR=1 -DHAVE_SETLINEBUF=1 -DHAVE_SOCKADDR_SA_LEN=1
CPPFLAGS+=-DHAVE_RAW_OPTIONS=1
CPPFLAGS+=-DHAVE_ICMP_NEXTMTU=1
@@ -17,7 +17,7 @@ DPADD+= ${LIBIPSEC}
BINOWN= root
BINMODE=4555
-SRCS= traceroute.c ifaddrlist.c
+SRCS= traceroute.c ifaddrlist.c
SRCS+= version.c as.c
.PATH: ${.CURDIR}/../../lib/libc/net
@@ -28,7 +28,7 @@ SANITIZER_RENAME_CLASSES+= rump
SANITIZER_RENAME_FILES.rump+= ${PROG}_rumpops.c ${RUMPSRCS}
SANITIZER_RENAME_SYMBOL.rump+= getifaddrs
-AWKS= median.awk mean.awk
+AWKS= median.awk mean.awk
COPTS.traceroute.c+= ${CC_WNO_ARRAY_BOUNDS}