Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/dhcp Back out previous; it builds on LP64 platforms...



details:   https://anonhg.NetBSD.org/src/rev/3ad9e7068d9f
branches:  trunk
changeset: 485270:3ad9e7068d9f
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Apr 23 18:39:54 2000 +0000

description:
Back out previous; it builds on LP64 platforms now.

diffstat:

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

diffs (16 lines):

diff -r 36c9d24e1c91 -r 3ad9e7068d9f usr.sbin/dhcp/Makefile
--- a/usr.sbin/dhcp/Makefile    Sun Apr 23 18:39:50 2000 +0000
+++ b/usr.sbin/dhcp/Makefile    Sun Apr 23 18:39:54 2000 +0000
@@ -31,11 +31,7 @@
 #
 
 #SUBDIR=       common omapip minires server client relay dhcpctl
-SUBDIR=        common omapip minires server relay
-
-.if ${MACHINE} != alpha
-SUBDIR += client
-.endif
+SUBDIR=        common omapip minires server client relay
 
 all-server all-client all-relay: all-common
 



Home | Main Index | Thread Index | Old Index