aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/config
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2007-10-01 18:15:11 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2007-10-01 18:15:11 +0000
commit71ce49ae8daaed6a38c4649c6ff2ff87d7a1635d (patch)
tree3304513635084cc8218bccdfe0c0000f04f281f9 /usr.sbin/config
parent63ebea533e98c5b536a3e4f9d5e6eb2d515386e2 (diff)
downloadsrc-71ce49ae8daaed6a38c4649c6ff2ff87d7a1635d.tar.gz
src-71ce49ae8daaed6a38c4649c6ff2ff87d7a1635d.zip
Fixed "make checkdpadd" (missing library dependencies).
Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=172401
Diffstat (limited to 'usr.sbin/config')
-rw-r--r--usr.sbin/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/config/Makefile b/usr.sbin/config/Makefile
index 8a07269dd1e6..ac828818e367 100644
--- a/usr.sbin/config/Makefile
+++ b/usr.sbin/config/Makefile
@@ -12,7 +12,7 @@ kernconf.c: kernconf.tmpl
WARNS?= 6
CFLAGS+= -I. -I${.CURDIR}
-DPADD= ${LIBL}
+DPADD= ${LIBL} ${LIBSBUF}
LDADD= -ll -lsbuf
CLEANFILES+= kernconf.c