diff options
Diffstat (limited to 'lib/libdevstat/Makefile')
-rw-r--r-- | lib/libdevstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index cf3ac5e..11368f8 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -7,8 +7,8 @@ SHLIB_MAJOR= 4 SRCS= devstat.c INCS= devstat.h -DPADD+= ${LIBKVM} -LDADD+= -lkvm +DPADD= ${LIBKVM} +LDADD= -lkvm MAN= devstat.3 |