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
This commit is contained in:
parent
73ade464e2
commit
bf9e2e599f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3897
@ -1,7 +1,7 @@
|
||||
# @(#)Makefile 5.5 (Berkeley) 4/23/91
|
||||
|
||||
PROG= swapinfo
|
||||
SRCS= swapinfo.c devname.c # getbsize.c
|
||||
SRCS= swapinfo.c
|
||||
.PATH: ${.CURDIR}/../../bin/df
|
||||
|
||||
DPADD= ${LIBMATH} ${LIBUTIL}
|
||||
|
Loading…
Reference in New Issue
Block a user