summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorragge <ragge@NetBSD.org>2001-02-17 12:29:45 +0000
committerragge <ragge@NetBSD.org>2001-02-17 12:29:45 +0000
commit4b033d7e2881596b75e6f9f79e3ddb9b369acf43 (patch)
treec36a489e6818829196050c7d7b42f1c7e71273d5 /include
parent82f3d730e3f11e7807d580d8c051310098ced925 (diff)
Don't handle ieeefp.h on vax.
Diffstat (limited to 'include')
-rw-r--r--include/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile
index f528ceb6c81..350761a2470 100644
--- a/include/Makefile
+++ b/include/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2000/12/21 05:40:56 itojun Exp $
+# $NetBSD: Makefile,v 1.95 2001/02/17 12:29:45 ragge Exp $
# @(#)Makefile 8.2 (Berkeley) 1/4/94
# Doing a make includes builds /usr/include
@@ -7,7 +7,7 @@
INCS= a.out.h ar.h assert.h bitstring.h bm.h cpio.h ctype.h db.h dirent.h \
disktab.h dlfcn.h err.h errno.h fmtmsg.h fnmatch.h fstab.h fts.h \
- getopt.h glob.h grp.h hesiod.h ieeefp.h ifaddrs.h \
+ getopt.h glob.h grp.h hesiod.h ifaddrs.h \
iso646.h kvm.h langinfo.h libgen.h \
limits.h link.h link_aout.h link_elf.h locale.h \
login_cap.h malloc.h math.h md4.h md5.h \
@@ -23,6 +23,10 @@ INCS+= protocols/dumprestore.h protocols/routed.h protocols/rwhod.h \
protocols/talkd.h protocols/timed.h
INCS+= rpcsvc/yp_prot.h rpcsvc/ypclnt.h
+.if (${MACHINE_ARCH} != "vax")
+INCS+= ieeefp.h
+.endif
+
INCSDIR=/usr/include
MKOBJ= no