diff options
author | pjd <pjd@FreeBSD.org> | 2005-08-24 19:17:06 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2005-08-24 19:17:06 +0000 |
commit | a834e2610e36c1ba370a2d6b444f1916e46cf280 (patch) | |
tree | 2f552d0c07836fe5a797fa5b55e9c58cdedf2de3 /usr.sbin/mountd/Makefile | |
parent | da18f6ae6cb11507a5f6ae3b411b195917f3858b (diff) | |
download | FreeBSD-src-a834e2610e36c1ba370a2d6b444f1916e46cf280.zip FreeBSD-src-a834e2610e36c1ba370a2d6b444f1916e46cf280.tar.gz |
Use pidfile(3) in mountd(8). There is no need to use /var/run/mountd.lock
anymore.
Diffstat (limited to 'usr.sbin/mountd/Makefile')
-rw-r--r-- | usr.sbin/mountd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/mountd/Makefile b/usr.sbin/mountd/Makefile index d015160..5091485 100644 --- a/usr.sbin/mountd/Makefile +++ b/usr.sbin/mountd/Makefile @@ -6,4 +6,7 @@ MAN= exports.5 netgroup.5 mountd.8 WARNS?= 2 +DPADD= ${LIBUTIL} +LDADD= -lutil + .include <bsd.prog.mk> |