diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-16 19:38:51 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-16 19:38:51 +0000 |
| commit | a0735deb4810138ef15fa58ee97b7e79078736d9 (patch) | |
| tree | 5c26d499eb7f68f48c6086bd903b1913d2d4b5f7 | |
| parent | 98ca8a3e5bbdcb9ac19803c9585b886a45f744a9 (diff) | |
Notes
| -rw-r--r-- | lib/libc/net/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index f024a4d07047..4eb9ead4d0e7 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -12,9 +12,8 @@ SRCS+= addr2ascii.c ascii2addr.c \ inet_pton.c linkaddr.c map_v4v6.c nsap_addr.c \ rcmd.c recv.c res_comp.c res_data.c res_debug.c \ res_init.c res_mkquery.c res_query.c res_send.c send.c ether_addr.c \ - + ns_addr.c ns_ntoa.c # iso_addr.c -# ns_addr.c ns_ntoa.c # machine-dependent net sources .include "${.CURDIR}/${MACHINE}/net/Makefile.inc" |
