aboutsummaryrefslogtreecommitdiff
path: root/sbin/devd/Makefile
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2006-01-30 22:50:13 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2006-01-30 22:50:13 +0000
commit1a0cc6b19e96487bea4b49d79335b0b58cac6930 (patch)
tree7e2a62d8062adb9592f5134d9b3a50b27a438bed /sbin/devd/Makefile
parentaaf8e1867b639d4991945f6ae9fbdc5f8adecbfa (diff)
downloadsrc-1a0cc6b19e96487bea4b49d79335b0b58cac6930.tar.gz
src-1a0cc6b19e96487bea4b49d79335b0b58cac6930.zip
Use pidfile(3).
OK'ed by: imp
Notes
Notes: svn path=/head/; revision=155073
Diffstat (limited to 'sbin/devd/Makefile')
-rw-r--r--sbin/devd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/devd/Makefile b/sbin/devd/Makefile
index 3514b1bb95d7..8f52d902782c 100644
--- a/sbin/devd/Makefile
+++ b/sbin/devd/Makefile
@@ -7,8 +7,8 @@ WARNS?= 4
NO_SHARED?=YES
-DPADD= ${LIBL}
-LDADD= -ll
+DPADD= ${LIBL} ${LIBUTIL}
+LDADD= -ll -lutil
YFLAGS+=-v
CFLAGS+=-I. -I${.CURDIR}