aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-04-04 04:17:14 +0000
committerWarner Losh <imp@FreeBSD.org>2003-04-04 04:17:14 +0000
commit9d6fd8f041a5822634e53e591d7f97c7913b5d82 (patch)
treeef36f788fc1bc788b61c8af1ef99e5e69bb7bfd6 /usr.bin/make
parent33c2c9a3fa4d8d62e208ef2508202f0044674b64 (diff)
Notes
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index 24211ba863c0..226ca94283c0 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -497,8 +497,6 @@ main(int argc, char **argv)
if (stat(curdir, &sa) == -1)
err(2, "%s", curdir);
-#if defined(__i386__) && defined(__FreeBSD_version) && \
- __FreeBSD_version > 300003
/*
* PC-98 kernel sets the `i386' string to the utsname.machine and
* it cannot be distinguished from IBM-PC by uname(3). Therefore,
@@ -518,7 +516,6 @@ main(int argc, char **argv)
machine = "pc98";
}
}
-#endif
/*
* Get the name of this type of MACHINE from utsname