diff options
author | ru <ru@FreeBSD.org> | 2003-05-03 19:49:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-03 19:49:05 +0000 |
commit | 00405b339ccc46e697a5b2b891f922242056f243 (patch) | |
tree | ad3e2c1c696307c91f5cf8f83585c17d803c42be /sbin | |
parent | 2a8f1d64a1061d10f0cb8255e350e74fa4365d3b (diff) | |
download | FreeBSD-src-00405b339ccc46e697a5b2b891f922242056f243.zip FreeBSD-src-00405b339ccc46e697a5b2b891f922242056f243.tar.gz |
Fix the misspelling of DPADD, then fix "make checkdpadd".
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/sunlabel/Makefile | 2 |
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 |