diff options
| author | deraadt <> | 2014-04-19 13:51:05 +0000 | 
|---|---|---|
| committer | deraadt <> | 2014-04-19 13:51:05 +0000 | 
| commit | 52094bb5d88c55bf6da265f3cfa82f10428f2756 (patch) | |
| tree | 27fb7eee23e704070e83458bd5f3e30b83b723f3 | |
| parent | a092cc42c2784b8fd7d39254deb6e25e59f729a5 (diff) | |
| download | openbsd-52094bb5d88c55bf6da265f3cfa82f10428f2756.tar.gz openbsd-52094bb5d88c55bf6da265f3cfa82f10428f2756.tar.bz2 openbsd-52094bb5d88c55bf6da265f3cfa82f10428f2756.zip | |
kill a stray \
| -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 a619fe4ed9..fce4d536da 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.52 2014/04/19 11:18:01 guenther Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.53 2014/04/19 13:51:05 deraadt Exp $ | 
| 2 | 2 | ||
| 3 | # net sources | 3 | # net sources | 
| 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/net ${LIBCSRCDIR}/net | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/net ${LIBCSRCDIR}/net | 
| @@ -63,7 +63,7 @@ MLINKS+=getservent.3 endservent.3 getservent.3 getservbyname.3 \ | |||
| 63 | MLINKS+= if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \ | 63 | MLINKS+= if_indextoname.3 if_nametoindex.3 if_indextoname.3 if_nameindex.3 \ | 
| 64 | if_indextoname.3 if_freenameindex.3 | 64 | if_indextoname.3 if_freenameindex.3 | 
| 65 | MLINKS+=inet_addr.3 inet_aton.3 inet_addr.3 inet_network.3 \ | 65 | MLINKS+=inet_addr.3 inet_aton.3 inet_addr.3 inet_network.3 \ | 
| 66 | inet_addr.3 inet_ntoa.3 \ | 66 | inet_addr.3 inet_ntoa.3 | 
| 67 | MLINKS+=inet_lnaof.3 inet_makeaddr.3 inet_lnaof.3 inet_netof.3 | 67 | MLINKS+=inet_lnaof.3 inet_makeaddr.3 inet_lnaof.3 inet_netof.3 | 
| 68 | MLINKS+=inet_ntop.3 inet_pton.3 | 68 | MLINKS+=inet_ntop.3 inet_pton.3 | 
| 69 | MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3 | 69 | MLINKS+=inet_net.3 inet_net_ntop.3 inet_net.3 inet_net_pton.3 | 
