We now have to link with -lutil to get pidfile(3).
This commit is contained in:
parent
1435d15e40
commit
74c5ec3832
@ -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 @@ LDADD= -lhdb \
|
||||
-lcom_err \
|
||||
-L${VERS} -lvers \
|
||||
-lroken \
|
||||
-lcrypt
|
||||
-lcrypt \
|
||||
-lutil
|
||||
|
||||
MAN= kdc.8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user