From b6bc0394603ad2868043b362b9b165c9d1d42cb7 Mon Sep 17 00:00:00 2001 From: ru Date: Thu, 5 Feb 2004 22:01:28 +0000 Subject: Added missing DPADD. --- usr.bin/ministat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/ministat/Makefile b/usr.bin/ministat/Makefile index 70bdce2..17e26c2 100644 --- a/usr.bin/ministat/Makefile +++ b/usr.bin/ministat/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PROG= ministat NOMAN= yes - +DPADD= ${LIBM} LDADD= -lm .include -- cgit v1.1