mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
15 lines
247 B
Plaintext
15 lines
247 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- contrib/libcext_lgpl/Makefile
|
|
+++ contrib/libcext_lgpl/Makefile
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# FreeBSD
|
|
AR=ar r
|
|
-OBJS = gethostby_r.o getnetby_r.o getprotoby_r.o getpw_r.o getservby_r.o
|
|
+OBJS = getpw_r.o
|
|
endif
|
|
|
|
libcext_lgpl.a: $(OBJS)
|