diff options
author | cmetz <> | 1999-06-23 22:47:17 +0000 |
---|---|---|
committer | cmetz <> | 1999-06-23 22:47:17 +0000 |
commit | ccb44bc54f33622e79fd6fa24fd8999dc2543642 (patch) | |
tree | 9e95087835127ae5e3bfcdc3199956927c24e7e1 /src | |
parent | db859794a581f4638e6accbed6235a18bc8f74b3 (diff) | |
download | openbsd-ccb44bc54f33622e79fd6fa24fd8999dc2543642.tar.gz openbsd-ccb44bc54f33622e79fd6fa24fd8999dc2543642.tar.bz2 openbsd-ccb44bc54f33622e79fd6fa24fd8999dc2543642.zip |
Removed non-existent source file from SRC.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 3727045c1d..0b1d902985 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
@@ -1,13 +1,13 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.19 1999/06/23 22:17:32 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.20 1999/06/23 22:47:17 cmetz Exp $ |
2 | 2 | ||
3 | # net sources | 3 | # net sources |
4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_ARCH}/net ${LIBCSRCDIR}/net |
5 | 5 | ||
6 | CFLAGS+=-DRESOLVSORT | 6 | CFLAGS+=-DRESOLVSORT |
7 | 7 | ||
8 | SRCS+= __siocgifconf.c base64.c freeaddrinfo.c gai_strerror.c getaddrinfo.c \ | 8 | SRCS+= base64.c freeaddrinfo.c gai_strerror.c getaddrinfo.c gethostnamadr.c \ |
9 | gethostnamadr.c getnameinfo.c getnetbyaddr.c getnetbyname.c \ | 9 | getnameinfo.c getnetbyaddr.c getnetbyname.c getnetent.c \ |
10 | getnetent.c getnetnamadr.c getproto.c getprotoent.c getprotoname.c \ | 10 | getnetnamadr.c getproto.c getprotoent.c getprotoname.c \ |
11 | getservbyname.c getservbyport.c getservent.c herror.c \ | 11 | getservbyname.c getservbyport.c getservent.c herror.c \ |
12 | if_indextoname.c if_nameindex.c if_nametoindex.c inet_addr.c \ | 12 | if_indextoname.c if_nameindex.c if_nametoindex.c inet_addr.c \ |
13 | inet_lnaof.c inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \ | 13 | inet_lnaof.c inet_makeaddr.c inet_neta.c inet_netof.c inet_network.c \ |