From aac2114a43ab98243680dddea5111d640e1a64a2 Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 5 Apr 1993 03:40:06 +0000 Subject: [PATCH] moved chown into sbin from usr.sbin --- sbin/Makefile | 4 ++-- usr.sbin/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/Makefile b/sbin/Makefile index 9ac3a5526d91..b2156addde27 100644 --- a/sbin/Makefile +++ b/sbin/Makefile @@ -1,8 +1,8 @@ # @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91 # -# $Header: /cvsroot/src/sbin/Makefile,v 1.5 1993/03/28 03:17:02 cgd Exp $ +# $Header: /cvsroot/src/sbin/Makefile,v 1.6 1993/04/05 03:40:06 cgd Exp $ -SUBDIR= badsect clri disklabel dmesg dump dumpfs fastboot fsck \ +SUBDIR= badsect chown clri disklabel dmesg dump dumpfs fastboot fsck \ halt ifconfig init mknod mount mount_isofs mount_miscfs\ mountd newfs nfsd nfsiod ping reboot restore route routed savecore \ shutdown slattach swapon tunefs umount diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index e12bc679af6a..059b9a10a2ba 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 5.6.1.2 (Berkeley) 5/8/91 # -# $Header: /cvsroot/src/usr.sbin/Makefile,v 1.4 1993/04/04 19:00:49 cgd Exp $ +# $Header: /cvsroot/src/usr.sbin/Makefile,v 1.5 1993/04/05 03:40:11 cgd Exp $ # -SUBDIR= arp chown chroot config dbsym dev_mkdb diskpart \ +SUBDIR= arp chroot config dbsym dev_mkdb diskpart \ inetd kgmon kvm_mkdb lpr \ mtree named portmap pwd_mkdb rmt rwalld rwhod\ sendmail sliplogin syslogd timed traceroute update vipw