aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/net/Makefile.inc
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-02-20 08:23:55 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-02-20 08:23:55 +0000
commit0107877e045a1d9e24ef0c4feb6f9be84ad43745 (patch)
tree8f8b1b7b369f26e152ed48e07c75208a8ed81cc4 /lib/libc/net/Makefile.inc
parent4439d165b786096959250f0382d7cdec68097242 (diff)
downloadsrc-0107877e045a1d9e24ef0c4feb6f9be84ad43745.tar.gz
src-0107877e045a1d9e24ef0c4feb6f9be84ad43745.zip
Change MACHINE references to MACHINE_ARCH.
Notes
Notes: svn path=/head/; revision=33668
Diffstat (limited to 'lib/libc/net/Makefile.inc')
-rw-r--r--lib/libc/net/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc
index c7381dba02ca..d01fd2ecc660 100644
--- a/lib/libc/net/Makefile.inc
+++ b/lib/libc/net/Makefile.inc
@@ -1,8 +1,8 @@
# from @(#)Makefile.inc 8.2 (Berkeley) 9/5/93
-# $Id: Makefile.inc,v 1.24 1997/10/15 16:15:41 bde Exp $
+# $Id: Makefile.inc,v 1.25 1997/10/21 08:41:08 bde Exp $
# machine-independent net sources
-.PATH: ${.CURDIR}/../libc/${MACHINE}/net ${.CURDIR}/../libc/net
+.PATH: ${.CURDIR}/../libc/${MACHINE_ARCH}/net ${.CURDIR}/../libc/net
SRCS+= addr2ascii.c ascii2addr.c base64.c ether_addr.c \
gethostbydns.c gethostbyht.c gethostbynis.c gethostnamadr.c \
@@ -18,7 +18,7 @@ SRCS+= addr2ascii.c ascii2addr.c base64.c ether_addr.c \
# not supported: iso_addr.c
# machine-dependent net sources
-.include "${.CURDIR}/../libc/${MACHINE}/net/Makefile.inc"
+.include "${.CURDIR}/../libc/${MACHINE_ARCH}/net/Makefile.inc"
.if ${LIB} == "c"
MAN3+= addr2ascii.3 byteorder.3 ethers.3 gethostbyname.3 \