Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167421794
D10461.id27700.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
785 B
Referenced Files
None
Subscribers
None
D10461.id27700.diff
View Options
Index: head/usr.bin/getaddrinfo/Makefile
===================================================================
--- head/usr.bin/getaddrinfo/Makefile
+++ head/usr.bin/getaddrinfo/Makefile
@@ -3,19 +3,15 @@
.include <bsd.own.mk>
PROG= getaddrinfo
+SRCS= getaddrinfo.c tables.h
-CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd
-LIBNETBSDDIR= ${.OBJDIR}/../../lib/libnetbsd
-LIBNETBSD= ${LIBNETBSDDIR}/libnetbsd.a
-DPADD+= ${LIBNETBSD}
-LDADD+= ${LIBNETBSD}
+CFLAGS+= -I${SRCTOP}/lib/libnetbsd
-LIBADD+= util
+LIBADD+= netbsd util
-SYS_SOCKET_H?= ${.CURDIR}/../../sys/sys/socket.h
+SYS_SOCKET_H?= ${SRCTOP}/sys/sys/socket.h
-CFLAGS+= -I.
-DPSRCS+= tables.h
+CFLAGS+= -I${.OBJDIR}
CLEANFILES+= tables.h
tables.h: tables.awk ${SYS_SOCKET_H}
LC_ALL=C awk -f ${.ALLSRC} > ${.TARGET}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 22, 3:48 PM (21 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37054455
Default Alt Text
D10461.id27700.diff (785 B)
Attached To
Mode
D10461: Clean up Makefile.
Attached
Detach File
Event Timeline
Log In to Comment