head	1.4;
access;
symbols
	RELEASE_2_0:1.3
	BETA_2_0:1.3
	ALPHA_2_0:1.3.0.2;
locks; strict;
comment	@# @;


1.4
date	95.12.30.19.00.38;	author peter;	state dead;
branches;
next	1.3;

1.3
date	94.10.26.14.49.07;	author jkh;	state Exp;
branches;
next	1.2;

1.2
date	94.08.12.10.26.26;	author davidg;	state Exp;
branches;
next	1.1;

1.1
date	94.08.12.01.49.27;	author davidg;	state Exp;
branches;
next	;


desc
@@


1.4
log
@recording cvs-1.6 file death
@
text
@#	@@(#)Makefile	5.5 (Berkeley) 4/23/91

PROG=	swapinfo
SRCS=	swapinfo.c
.PATH:  ${.CURDIR}/../../bin/df

DPADD=	${LIBMATH} ${LIBUTIL}
LDADD=	-lm -lkvm
BINGRP=	kmem
BINMODE=2555

.include <bsd.prog.mk>
@


1.3
log
@From: John Hay <jhay@@mikom.csir.co.za>
Make swapinfo use libc functions for obtaining device information.

Note:  swapinfo should actually be deprecated, not fixed.  pstat -s performs
the same function.
Submitted by:	jhay
@
text
@@


1.2
log
@Took out junk to save the old value of BLOCKSIZE as it is unnecessary.
Remove CFLAGS=-g from Makefile.
@
text
@d4 1
a4 1
SRCS=	swapinfo.c devname.c # getbsize.c
@


1.1
log
@swapinfo(1) command from 1.1.5. This version has been modified to work
with the new libkvm interfaces.
@
text
@a5 1
CFLAGS=	-g
@
