mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-15 21:44:36 +03:00
Uptime meter for FreeBSD.
This will produce too much replicated code. I think I'll use a lighter abstraction in things like this.
This commit is contained in:
@ -45,10 +45,12 @@ endif
|
||||
|
||||
if HTOP_FREEBSD
|
||||
myhtopplatsources = freebsd/Platform.c freebsd/FreeBSDProcessList.c \
|
||||
freebsd/FreeBSDCRT.c
|
||||
freebsd/FreeBSDCRT.c \
|
||||
freebsd/UptimeMeter.c
|
||||
|
||||
myhtopplatheaders = freebsd/Platform.h freebsd/FreeBSDProcessList.h \
|
||||
freebsd/FreeBSDCRT.h
|
||||
freebsd/FreeBSDCRT.h \
|
||||
freebsd/UptimeMeter.h
|
||||
endif
|
||||
|
||||
if HTOP_UNSUPPORTED
|
||||
|
Reference in New Issue
Block a user