diff options
| author | Mark Peek <mp@FreeBSD.org> | 2001-07-31 16:34:52 +0000 |
|---|---|---|
| committer | Mark Peek <mp@FreeBSD.org> | 2001-07-31 16:34:52 +0000 |
| commit | 545d32087be62906a7ba21a71bb3ea5be6e78346 (patch) | |
| tree | 35ccbe1931f185c37b5f982c8567157e6f933c06 /lib/libc/net | |
| parent | 904cc0c45ce86e540d26fe47c7067176306aa912 (diff) | |
Notes
Diffstat (limited to 'lib/libc/net')
| -rw-r--r-- | lib/libc/net/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/net/Makefile.inc b/lib/libc/net/Makefile.inc index 6b735fb2ab24..8144f40ed1ed 100644 --- a/lib/libc/net/Makefile.inc +++ b/lib/libc/net/Makefile.inc @@ -37,7 +37,9 @@ nslexer.c: nslexer.l nsparser.h sed -e '/YY_BUF_SIZE/s/16384/1024/' >${.TARGET} # machine-dependent net sources +.if exists(${.CURDIR}/../libc/${MACHINE_ARCH}/net/Makefile.inc) .include "${.CURDIR}/../libc/${MACHINE_ARCH}/net/Makefile.inc" +.endif .if ${LIB} == "c" MAN+= addr2ascii.3 byteorder.3 ethers.3 getaddrinfo.3 gethostbyname.3 \ |
