diff options
Diffstat (limited to 'src/lib/libc/net/Makefile.inc')
-rw-r--r-- | src/lib/libc/net/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index e71a0f99fe..708684876a 100644 --- a/src/lib/libc/net/Makefile.inc +++ b/src/lib/libc/net/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.6 1996/08/19 08:28:32 tholo Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.7 1996/08/22 20:11:19 millert Exp $ |
2 | 2 | ||
3 | # net sources | 3 | # net sources |
4 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net | 4 | .PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/net ${.CURDIR}/net |
@@ -10,7 +10,7 @@ SRCS+= gethostnamadr.c getnetbyaddr.c getnetbyname.c getnetent.c \ | |||
10 | ipx_addr.c ipx_ntoa.c \ | 10 | ipx_addr.c ipx_ntoa.c \ |
11 | iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c nsap_addr.c rcmd.c recv.c \ | 11 | iso_addr.c linkaddr.c ns_addr.c ns_ntoa.c nsap_addr.c rcmd.c recv.c \ |
12 | res_comp.c res_debug.c res_init.c res_mkquery.c res_query.c \ | 12 | res_comp.c res_debug.c res_init.c res_mkquery.c res_query.c \ |
13 | res_send.c send.c sethostent.c ethers.c | 13 | res_send.c send.c sethostent.c ethers.c rcmdsh.c |
14 | 14 | ||
15 | # machine-dependent net sources | 15 | # machine-dependent net sources |
16 | # m-d Makefile.inc must include sources for: | 16 | # m-d Makefile.inc must include sources for: |