summaryrefslogtreecommitdiffstats
path: root/sbin/ccdconfig/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-06-02 20:50:59 +0000
committerphk <phk@FreeBSD.org>2003-06-02 20:50:59 +0000
commitca0770e1ddedaca276738c1db0298cc9a6fc9403 (patch)
tree6f39a51170f051eca5deb213af688d7c335def5a /sbin/ccdconfig/Makefile
parent44a9a5c714e3541ab5ceb99e1017d9ad4fa5774c (diff)
downloadFreeBSD-src-ca0770e1ddedaca276738c1db0298cc9a6fc9403.zip
FreeBSD-src-ca0770e1ddedaca276738c1db0298cc9a6fc9403.tar.gz
Use GEOM OAM api to retrive list of configured ccd devices.
Link against libgeom.
Diffstat (limited to 'sbin/ccdconfig/Makefile')
-rw-r--r--sbin/ccdconfig/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile
index cb2bc74..6d6e7e0 100644
--- a/sbin/ccdconfig/Makefile
+++ b/sbin/ccdconfig/Makefile
@@ -4,4 +4,7 @@ PROG= ccdconfig
WARNS?= 3
MAN= ccdconfig.8
+DPADD= ${LIBGEOM}
+LDADD= -lgeom
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud