summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-05-10 10:17:22 +0000
committerobrien <obrien@FreeBSD.org>1999-05-10 10:17:22 +0000
commitf2521ffec6baf1e36d3ae3423e06634ec41b2891 (patch)
tree2067047c70709195312a144712da784f5a6154ca /sbin
parent97ed47bb7b7198a99b79f5ab3c220105de39bdc5 (diff)
downloadFreeBSD-src-f2521ffec6baf1e36d3ae3423e06634ec41b2891.zip
FreeBSD-src-f2521ffec6baf1e36d3ae3423e06634ec41b2891.tar.gz
Move sysctl/ to src/sbin/ where it now belongs.
Repository copied by: Peter
Diffstat (limited to 'sbin')
-rw-r--r--sbin/Makefile3
-rw-r--r--sbin/sysctl/Makefile5
2 files changed, 3 insertions, 5 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index be7781d..596b22c 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,5 +1,5 @@
# @(#)Makefile 8.5 (Berkeley) 3/31/94
-# $Id: Makefile,v 1.67 1999/03/12 15:38:53 brian Exp $
+# $Id: Makefile,v 1.68 1999/04/18 15:56:19 peter Exp $
# XXX MISSING: icheck ncheck
@@ -57,6 +57,7 @@ SUBDIR= adjkerntz \
slattach \
spppcontrol \
startslip \
+ sysctl \
swapon \
tunefs \
umount \
diff --git a/sbin/sysctl/Makefile b/sbin/sysctl/Makefile
index e0c6a22..46be1fe 100644
--- a/sbin/sysctl/Makefile
+++ b/sbin/sysctl/Makefile
@@ -1,10 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
-# $Id$
+# $Id: Makefile,v 1.3 1997/12/18 15:34:08 bde Exp $
PROG= sysctl
MAN8= sysctl.8
-BINDIR= /sbin
-NOSHARED?= yes
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud