head	1.4;
access;
symbols
	RELENG_3_5_0_RELEASE:1.3.2.1
	RELENG_3_4_0_RELEASE:1.3.2.1
	RELENG_3_3_0_RELEASE:1.3.2.1
	RELENG_3_2_0_RELEASE:1.3.2.1
	RELENG_3_1_0_RELEASE:1.3
	RELENG_3:1.3.0.2
	RELENG_3_BP:1.3
	RELENG_2_2_8_RELEASE:1.2.8.1
	RELENG_3_0_0_RELEASE:1.3
	RELENG_2_2_7_RELEASE:1.2
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	bsd_44_lite_2:1.1.1.1
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_2:1.2.0.8
	RELENG_2_2_BP:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.6
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.4
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.4
date	99.05.10.10.17.11;	author obrien;	state dead;
branches;
next	1.3;

1.3
date	97.12.18.15.34.08;	author bde;	state Exp;
branches
	1.3.2.1;
next	1.2;

1.2
date	94.08.05.16.30.52;	author wollman;	state Exp;
branches
	1.2.8.1;
next	1.1;

1.1
date	94.05.26.05.23.19;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.26.05.23.20;	author rgrimes;	state Exp;
branches;
next	;

1.2.8.1
date	98.10.04.10.46.20;	author obrien;	state Exp;
branches;
next	;

1.3.2.1
date	99.05.10.19.44.28;	author obrien;	state dead;
branches;
next	;


desc
@@


1.4
log
@Move sysctl/ to src/sbin/ where it now belongs.

Repository copied by:	Peter
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93
#	$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>
@


1.3
log
@Install sysctl in /sbin.  It is used in some cases in network_pass1(),
before /usr is mounted if /usr has type nfs.
@
text
@d2 1
a2 1
#	$Id$
@


1.3.2.1
log
@MFC: move sysctl/ to src/sbin/ due to its installation place
@
text
@d2 1
a2 1
#	$Id: Makefile,v 1.3 1997/12/18 15:34:08 bde Exp $
@


1.2
log
@Get rid of update.  Make man page installation work with our scheme
(and rename a few in the process).
@
text
@d2 1
d6 3
@


1.2.8.1
log
@MFC: rev. 1.3
Install in /sbin rather than /usr/sbin.
Make symbolic link from /sbin to /usr/sbin for older scripts.
@
text
@a5 6
BINDIR=	/sbin
NOSHARED?=	yes

LINKS=	${BINDIR}/sysctl /usr/sbin/sysctl
LN_FLAGS= -s

@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
MAN8=	sysctl.0
@


1.1.1.1
log
@BSD 4.4 Lite usr.sbin Sources
@
text
@@
