Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/dhcp Disable build of client on alpha due to LP64 i...



details:   https://anonhg.NetBSD.org/src/rev/5adacdbef145
branches:  trunk
changeset: 485251:5adacdbef145
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sun Apr 23 03:08:12 2000 +0000

description:
Disable build of client on alpha due to LP64 issues.

diffstat:

 usr.sbin/dhcp/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 0543e8e633c0 -r 5adacdbef145 usr.sbin/dhcp/Makefile
--- a/usr.sbin/dhcp/Makefile    Sun Apr 23 02:47:57 2000 +0000
+++ b/usr.sbin/dhcp/Makefile    Sun Apr 23 03:08:12 2000 +0000
@@ -31,7 +31,11 @@
 #
 
 #SUBDIR=       common omapip minires server client relay dhcpctl
-SUBDIR=        common omapip minires server client relay
+SUBDIR=        common omapip minires server relay
+
+.if ${MACHINE} != alpha
+SUBDIR += client
+.endif
 
 all-server all-client all-relay: all-common
 



Home | Main Index | Thread Index | Old Index