From 743cc6d00297660ac72c8a7b391b0048d5699479 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 5 Feb 2004 22:44:25 +0000 Subject: Fixed style of DPADD and LDADD assignments as per style.Makefile(5). --- lib/libdevstat/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libdevstat/Makefile') 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 -- cgit v1.1