head	1.2;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.6
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.4
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	RELEASE_2_0:1.1.1.1
	BETA_2_0:1.1.1.1
	ALPHA_2_0:1.1.1.1.0.2
	initial:1.1.1.1
	ours:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.09.06.23.05.17;	author phk;	state dead;
branches;
next	1.1;

1.1
date	94.10.17.23.26.09;	author wollman;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.10.17.23.26.10;	author wollman;	state Exp;
branches
	1.1.1.1.6.1;
next	;

1.1.1.1.6.1
date	99.09.05.11.44.14;	author peter;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove lsdev.  Devconf never grew up.
@
text
@#	$Id: Makefile,v 1.1 1994/10/17 23:26:09 wollman Exp phk $

PROG=	lsdev
MAN8=	lsdev.8
SRCS=	lsdev.c ${MACHINE}.c
CFLAGS+= -I${.CURDIR}/../../sys

.include <bsd.prog.mk>
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
#	$Id$
@


1.1.1.1
log
@lsdev(8), a user-land utility to query the device configuration database
managed by kern_devconf.c.  A useful feature is that the following
script generates almost well-formed config-file lines for all ISA devices
in the system:

lsdev -t isa | awk '{ print "device $0" }'
lsdev -t disk | awk '{ print "disk $0" }'

@
text
@@


1.1.1.1.6.1
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@

