head	1.5;
access;
symbols
	RELENG_3_5_0_RELEASE:1.4
	RELENG_3_4_0_RELEASE:1.4
	RELENG_3_3_0_RELEASE:1.4
	RELENG_3_2_PAO:1.4.0.4
	RELENG_3_2_PAO_BP:1.4
	RELENG_3_2_0_RELEASE:1.4
	RELENG_3_1_0_RELEASE:1.4
	RELENG_3:1.4.0.2
	RELENG_3_BP:1.4
	RELENG_2_2_8_RELEASE:1.2
	RELENG_3_0_0_RELEASE:1.4
	RELENG_2_2_7_RELEASE:1.2
	RELENG_2_2_6_RELEASE:1.2
	RELENG_2_2_5_RELEASE:1.2
	RELENG_2_2_2_RELEASE:1.2
	RELENG_2_2_1_RELEASE:1.2
	RELENG_2_2_0_RELEASE:1.2
	bsd_44_lite_2:1.1.1.1
	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.5
date	99.12.27.07.27.47;	author peter;	state dead;
branches;
next	1.4;

1.4
date	98.06.12.16.25.18;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	97.08.30.23.35.00;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	94.08.05.16.30.17;	author wollman;	state Exp;
branches;
next	1.1;

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

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


desc
@@


1.5
log
@Zap kvm_mkdb, it was for kvm_nlist's benefit, but now it goes direct
to the in-kernel hashed symbol tables (including modules).
@
text
@#	@@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	kvm_mkdb
SRCS=	kvm_mkdb.c nlist.c testdb.c
MAN8=	kvm_mkdb.8
CFLAGS+=-DDO_AOUT
CFLAGS+=-DDO_ELF

.include <bsd.prog.mk>
@


1.4
log
@Always support an elf kernel when given one.
@
text
@@


1.3
log
@Initial support for dealing with an elf /kernel.  This is a loose hybrid
of OpenBSD's elf nlist code for this, and our a.out version.  The OpenBSD
version was mainly a seek/read system with a mmap of the string table,
this one simply mmap's the lot (like the a.out version).

Obtained from:  a fair chunk from OpenBSD
@
text
@a6 1
.if defined(BINFORMAT) && ${BINFORMAT} == elf
a7 1
.endif
@


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


1.1
log
@Initial revision
@
text
@d5 1
a5 1
MAN8=	kvm_mkdb.0
@


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