Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152073623
D52334.id161418.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
686 B
Referenced Files
None
Subscribers
None
D52334.id161418.diff
View Options
diff --git a/usr.sbin/tcpdump/tcpdump/Makefile b/usr.sbin/tcpdump/tcpdump/Makefile
--- a/usr.sbin/tcpdump/tcpdump/Makefile
+++ b/usr.sbin/tcpdump/tcpdump/Makefile
@@ -186,9 +186,9 @@
print-unsupported.c \
print-vsock.c \
print-whois.c \
- print-zep.c \
- version.c
-CLEANFILES+= version.c ${MAN}
+ print-zep.c
+
+CLEANFILES+= ${MAN}
CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDIR}
CFLAGS+= -DHAVE_CONFIG_H
@@ -217,11 +217,6 @@
CFLAGS+= -DHAVE_NET_PFVAR_H -DHAVE_NET_IF_PFLOG_H
.endif
-version.c: ${TCPDUMP_DISTDIR}/VERSION
- rm -f version.c ; \
- sed 's/.*/char version[] = "&";/' ${TCPDUMP_DISTDIR}/VERSION \
- > version.c
-
.include <bsd.prog.mk>
.for mp in ${MAN}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 13, 1:16 PM (5 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31411626
Default Alt Text
D52334.id161418.diff (686 B)
Attached To
Mode
D52334: tcpdump: don't create unused version.c
Attached
Detach File
Event Timeline
Log In to Comment