diff options
Diffstat (limited to 'sysutils/gkrellm/files/src.Makefile')
-rw-r--r-- | sysutils/gkrellm/files/src.Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gkrellm/files/src.Makefile b/sysutils/gkrellm/files/src.Makefile index ebf7c84a003..36e9ebf9142 100644 --- a/sysutils/gkrellm/files/src.Makefile +++ b/sysutils/gkrellm/files/src.Makefile @@ -155,7 +155,8 @@ IMAGES = \ SYSDEPS_SRC = sysdeps/bsd-common.c sysdeps/bsd-net-open.c sysdeps/freebsd.c \ sysdeps/gtop.c sysdeps/linux.c sysdeps/netbsd.c sysdeps/openbsd.c \ - sysdeps/solaris.c sysdeps/darwin.c sysdeps/sensors-common.c + sysdeps/solaris.c sysdeps/darwin.c sysdeps/sensors-common.c \ + sysdeps/dragonfly.c GKRELLM_H = gkrellm.h gkrellm-private.h GKRELLM_H_SYS = gkrellm.h gkrellm-public-proto.h gkrellm-private.h \ |