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 dhcpctl subdir to un-break build since...



details:   https://anonhg.NetBSD.org/src/rev/4d389ab052d5
branches:  trunk
changeset: 485236:4d389ab052d5
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Sat Apr 22 18:04:34 2000 +0000

description:
disable dhcpctl subdir to un-break build since it doesn't have a makefile yet

diffstat:

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

diffs (13 lines):

diff -r 1171794b74a5 -r 4d389ab052d5 usr.sbin/dhcp/Makefile
--- a/usr.sbin/dhcp/Makefile    Sat Apr 22 17:40:28 2000 +0000
+++ b/usr.sbin/dhcp/Makefile    Sat Apr 22 18:04:34 2000 +0000
@@ -30,7 +30,8 @@
 # OF THE POSSIBILITY OF SUCH DAMAGE.
 #
 
-SUBDIR=        common omapip minires server client relay dhcpctl
+#SUBDIR=       common omapip minires server client relay dhcpctl
+SUBDIR=        common omapip minires server client relay
 
 all-server all-client all-relay: all-common
 



Home | Main Index | Thread Index | Old Index