summaryrefslogtreecommitdiffstats
path: root/sbin/sunlabel/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-03 19:49:05 +0000
committerru <ru@FreeBSD.org>2003-05-03 19:49:05 +0000
commit00405b339ccc46e697a5b2b891f922242056f243 (patch)
treead3e2c1c696307c91f5cf8f83585c17d803c42be /sbin/sunlabel/Makefile
parent2a8f1d64a1061d10f0cb8255e350e74fa4365d3b (diff)
downloadFreeBSD-src-00405b339ccc46e697a5b2b891f922242056f243.zip
FreeBSD-src-00405b339ccc46e697a5b2b891f922242056f243.tar.gz
Fix the misspelling of DPADD, then fix "make checkdpadd".
Diffstat (limited to 'sbin/sunlabel/Makefile')
-rw-r--r--sbin/sunlabel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/sunlabel/Makefile b/sbin/sunlabel/Makefile
index ada5071..2d79124 100644
--- a/sbin/sunlabel/Makefile
+++ b/sbin/sunlabel/Makefile
@@ -5,7 +5,7 @@ SRCS=sunlabel.c geom_sunlabel_enc.c
NOMAN=
WARNS=5
-DDADD= ${LIBGEOM}
+DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
LDADD= -lgeom -lbsdxml -lsbuf
.PATH: ${.CURDIR}/../../sys/geom
OpenPOWER on IntegriCloud