DragonFlyBSD update

- drop unused kinfo includes and link argument
- detect kvm library necessity at configure step
- fix variable typo
This commit is contained in:
Christian Göttsche
2020-12-20 18:21:25 +01:00
parent 4a73e80338
commit 8db8b9edac
4 changed files with 9 additions and 6 deletions

View File

@ -192,9 +192,10 @@ dragonflybsd_platform_headers = \
dragonflybsd/ProcessField.h
if HTOP_DRAGONFLYBSD
AM_LDFLAGS += -lkvm -lkinfo
myhtopplatsources = dragonflybsd/Platform.c dragonflybsd/DragonFlyBSDProcessList.c \
dragonflybsd/DragonFlyBSDProcess.c
myhtopplatsources = \
dragonflybsd/Platform.c \
dragonflybsd/DragonFlyBSDProcessList.c \
dragonflybsd/DragonFlyBSDProcess.c
myhtopplatheaders = $(dragonflybsd_platform_headers)
endif