Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 1994 22:42:39 +0100 (MET)
From:      roberto@blaise.ibp.fr (Ollivier ROBERT)
To:        hackers@freebsd.org (Hackers' list FreeBSD)
Subject:   usr.sbin Makefile [and a patch]
Message-ID:  <9412292142.AA02489@blaise.ibp.fr>

next in thread | raw e-mail | index | archive | help
kbdcontrol is two times in the usr.sbin Makefile. First in the list of
common directories (wrong!) and second in a .ifdef (good).

Here is a patch :

Index: Makefile
===================================================================
RCS file: /spare/FreeBSD-current/src/usr.sbin/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- 1.44	1994/12/28 14:00:11
+++ Makefile	1994/12/29 21:54:09
@@ -4,7 +4,7 @@
 # XXX MISSING SOURCES:	quot
 # XXX TEMP. BROKEN:	iostat
 SUBDIR= ac accton adduser amd arp chown chroot cron crunch dbsym dev_mkdb \
-	diskpart edquota inetd kbdcontrol kgmon kvm_mkdb lpr lsdev manctl \
+	diskpart edquota inetd kgmon kvm_mkdb lpr lsdev manctl \
 	mtree mrouted named nslookup pkg_install portmap pppd pppstats \
 	pstat pwd_mkdb quotaon repquota routed rmt rwhod sa \
 	sendmail sliplogin slstat sysctl syslogd tcpdump timed traceroute \
-- 
Ollivier ROBERT   -=- FreeBSD: the daemon is FREE! -=-   roberto@FreeBSD.ORG
      FreeBSD keltia 2.1.0-Development #1: Sat Dec 24 17:41:36  1994
             roberto@keltia:/usr/src/sys/compile/KELTIA ctm#229



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9412292142.AA02489>