head	1.5;
access;
symbols
	RELENG_2_2_8_RELEASE:1.4
	RELENG_3_0_0_RELEASE:1.4
	RELENG_2_2_7_RELEASE:1.4
	RELENG_2_2_6_RELEASE:1.4
	RELENG_2_2_5_RELEASE:1.4
	RELENG_2_2_2_RELEASE:1.4
	RELENG_2_2_1_RELEASE:1.4
	RELENG_2_2_0_RELEASE:1.4
	RELENG_2_1_7_RELEASE:1.2.4.2
	RELENG_2_1_6_1_RELEASE:1.2.4.2
	RELENG_2_1_6_RELEASE:1.2.4.2
	RELENG_2_2:1.4.0.2
	RELENG_2_2_BP:1.4
	RELENG_2_1_5_RELEASE:1.2.4.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2;
locks; strict;
comment	@# @;


1.5
date	99.01.20.11.53.19;	author jkh;	state dead;
branches;
next	1.4;

1.4
date	96.05.03.18.09.06;	author joerg;	state Exp;
branches;
next	1.3;

1.3
date	96.05.02.21.39.24;	author joerg;	state Exp;
branches;
next	1.2;

1.2
date	95.01.24.06.10.48;	author bde;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	95.01.23.15.42.58;	author ugen;	state Exp;
branches;
next	;

1.2.4.1
date	96.05.02.21.42.18;	author joerg;	state Exp;
branches;
next	1.2.4.2;

1.2.4.2
date	96.05.03.18.11.02;	author joerg;	state Exp;
branches;
next	;


desc
@@


1.5
log
@nuke dset - it doesn't work in a post-ELF world and abial has something
better as a replacement (kget).
@
text
@PROG=   dset
DPADD=  ${LIBKVM}
LDADD=  -lkvm
CFLAGS+=-I${.CURDIR}/../../sys/
MAN8=	dset.8

.include <bsd.prog.mk>
@


1.4
log
@Stupid bug, the default man page goes to section 1, not 8.

Closes PR #misc/1172: Error in sbin/dset/Makefile

Submitted by:	masafumi@@tky007.tth.expo96.ad.jp (Masafumi NAKANE)
@
text
@@


1.3
log
@Add a man page.
@
text
@d5 1
@


1.2
log
@Use the correct include path if there's an obj directory.
@
text
@a4 1
NOMAN=
@


1.2.4.1
log
@Add a man page.
@
text
@d5 1
@


1.2.4.2
log
@Update from HEAD: man page goes to section 8.
@
text
@a4 1
MAN8=	dset.8
@


1.1
log
@src/sbin/dset
*blush* this is the commit i meant to do before..
Utility to save device configuration.
@
text
@d4 1
a4 1
CFLAGS+=-I../../sys/
a5 1

@
