mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-25 07:49:18 +00:00
Damn. Left out the dependancy macro.
This commit is contained in:
parent
dd6f94f065
commit
11a3e54791
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34580
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile,v 1.1.1.1 1997/09/24 20:37:13 markm Exp $
|
||||
# $Id: Makefile,v 1.2 1998/03/14 21:13:48 markm Exp $
|
||||
|
||||
PROG= kadmin
|
||||
MAN8= ${KRB4DIR}/man/kadmin.8
|
||||
@ -19,7 +19,7 @@ LDADD= -L${ROKENOBJDIR} -lroken -L${SLOBJDIR} -lsl \
|
||||
-L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb \
|
||||
-ldes -lcrypt -lcom_err -lreadline
|
||||
DPADD= ${LIBROKEN} ${LIBSL} ${LIBACL} ${LIBKADM} ${LIBKDB} ${LIBKRB} \
|
||||
${LIBDES} ${LIBCOM_ERR}
|
||||
${LIBDES} ${LIBCRYPT} ${LIBCOM_ERR}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user