summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorcmetz <cmetz@cvs.openbsd.org>1999-06-23 22:47:18 +0000
committercmetz <cmetz@cvs.openbsd.org>1999-06-23 22:47:18 +0000
commitc1d487da1543f6e9f9489a0846157657d4021eb1 (patch)
tree037cb0f9bad28d801e657fc4b3a3bb021fc965c8 /lib
parent3c77659cc95bbc058a681d28ebcdb8497d0f3207 (diff)
Removed non-existent source file from SRC.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index 3727045c1d8..0b1d9029853 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile.inc,v 1.19 1999/06/23 22:17:32 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.20 1999/06/23 22:47:17 cmetz Exp $
# net sources
.PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net
CFLAGS+=-DRESOLVSORT
-SRCS+= __siocgifconf.c base64.c freeaddrinfo.c gai_strerror.c getaddrinfo.c \
- gethostnamadr.c getnameinfo.c getnetbyaddr.c getnetbyname.c \
- getnetent.c getnetnamadr.c getproto.c getprotoent.c getprotoname.c \
+SRCS+= base64.c freeaddrinfo.c gai_strerror.c getaddrinfo.c gethostnamadr.c \
+ getnameinfo.c getnetbyaddr.c getnetbyname.c getnetent.c \
+ getnetnamadr.c getproto.c getprotoent.c getprotoname.c \
getservbyname.c getservbyport.c getservent.c herror.c \
if_indextoname.c if_nameindex.c if_nametoindex.c inet_addr.c \
inet_lnaof.c inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \