diff options
| author | millert <> | 1999-11-17 05:22:44 +0000 |
|---|---|---|
| committer | millert <> | 1999-11-17 05:22:44 +0000 |
| commit | a591d0367190c85d8febd0557dba55438a783a6a (patch) | |
| tree | f2b618898ee3a606bbc883f2d46a19299ea688a0 /src/lib/libc/net | |
| parent | 4fe309cce629aa9cb11832d11adc06153db1805a (diff) | |
| download | openbsd-a591d0367190c85d8febd0557dba55438a783a6a.tar.gz openbsd-a591d0367190c85d8febd0557dba55438a783a6a.tar.bz2 openbsd-a591d0367190c85d8febd0557dba55438a783a6a.zip | |
Add missing MLINKs
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/net/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libc/net/Makefile.inc b/src/lib/libc/net/Makefile.inc index 22270bc24e..95f937a320 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.24 1999/07/03 21:43:12 deraadt Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.25 1999/11/17 05:22:41 millert 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 |
| @@ -55,6 +55,7 @@ MLINKS+=inet.3 addr.3 inet.3 inet_addr.3 inet.3 inet_aton.3 \ | |||
| 55 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ | 55 | inet.3 inet_lnaof.3 inet.3 inet_makeaddr.3 inet.3 inet_netof.3 \ |
| 56 | inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ | 56 | inet.3 inet_network.3 inet.3 inet_ntoa.3 inet.3 network.3 \ |
| 57 | inet.3 ntoa.3 inet.3 inet_ntop.3 inet.3 inet_pton.3 | 57 | inet.3 ntoa.3 inet.3 inet_ntop.3 inet.3 inet_pton.3 |
| 58 | MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3 | ||
| 58 | MLINKS+=iso_addr.3 iso_ntoa.3 | 59 | MLINKS+=iso_addr.3 iso_ntoa.3 |
| 59 | MLINKS+=link_addr.3 link_ntoa.3 | 60 | MLINKS+=link_addr.3 link_ntoa.3 |
| 60 | MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 | 61 | MLINKS+=ipx.3 ipx_addr.3 ipx.3 ipx_ntoa.3 |
