Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150232810
D26483.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
603 B
Referenced Files
None
Subscribers
None
D26483.diff
View Options
Index: usr.bin/netstat/Makefile
===================================================================
--- usr.bin/netstat/Makefile
+++ usr.bin/netstat/Makefile
@@ -28,13 +28,13 @@
!/^\#/ { printf("\#define\tN%s\t%s\n", toupper($$2), i++); }' \
< ${.ALLSRC} > ${.TARGET} || rm -f ${.TARGET}
CLEANFILES+= nl_symbols.c nl_defs.h
-CFLAGS+= -I${.OBJDIR}
WARNS?= 3
-CFLAGS+=-fno-strict-aliasing
-
-CFLAGS+=-DIPSEC
-CFLAGS+=-DSCTP
+CFLAGS+= -I${.OBJDIR}
+CFLAGS+= -I${SRCTOP}/sys
+CFLAGS+= -fno-strict-aliasing
+CFLAGS+= -DIPSEC
+CFLAGS+= -DSCTP
.if ${MK_INET_SUPPORT} != "no"
CFLAGS+=-DINET
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 31, 11:41 AM (4 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30634525
Default Alt Text
D26483.diff (603 B)
Attached To
Mode
D26483: Add necessary include dirs & clean up style
Attached
Detach File
Event Timeline
Log In to Comment