Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/kdc We now have to link with -lutil to get pidfile(3).



details:   https://anonhg.NetBSD.org/src/rev/2b6e3464f3f9
branches:  trunk
changeset: 495796:2b6e3464f3f9
user:      veego <veego%NetBSD.org@localhost>
date:      Sun Aug 06 19:24:15 2000 +0000

description:
We now have to link with -lutil to get pidfile(3).

diffstat:

 libexec/kdc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3bf64bfe679c -r 2b6e3464f3f9 libexec/kdc/Makefile
--- a/libexec/kdc/Makefile      Sun Aug 06 18:42:19 2000 +0000
+++ b/libexec/kdc/Makefile      Sun Aug 06 19:24:15 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/03 22:47:40 assar Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/06 19:24:15 veego Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/kdc
 
@@ -43,7 +43,8 @@
        -lcom_err                               \
        -L${VERS} -lvers                        \
        -lroken                                 \
-       -lcrypt
+       -lcrypt                                 \
+       -lutil
 
 MAN=   kdc.8
 



Home | Main Index | Thread Index | Old Index