diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-05 00:41:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-03-05 00:41:09 +0000 |
commit | a864cfa68571c653a62f8eba69fac3fc75e164d4 (patch) | |
tree | e2113f2a161e3852cd75786f35318739e5f9322c | |
parent | d8ba648cddd42590175b0cc0b51157d54ce42fcf (diff) |
and a -ldes here and a -ldes there.. (i only commit after I test each)
-rw-r--r-- | usr.sbin/afs/Applflags.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/afs/Applflags.inc b/usr.sbin/afs/Applflags.inc index 39582c1586e..22bde48c569 100644 --- a/usr.sbin/afs/Applflags.inc +++ b/usr.sbin/afs/Applflags.inc @@ -1,4 +1,4 @@ -LDADD += -lkrb5 -lkrb -lcrypto ../libarla/libarla.a -ltermcap ../libroken/libroken.a -lreadline -lcurses -lkafs -lasn1 -lcom_err +LDADD += -lkrb5 -lkrb -lcrypto ../libarla/libarla.a -ltermcap ../libroken/libroken.a -lreadline -lcurses -lkafs -lasn1 -lcom_err -ldes DPADD += ../libroken/libroken.a ../libarla/libarla.a ${LIBKRB} ${LIBDES} ${LIBREADLINE} ${LIBTERMCAP} ${LIBCURSES} ${LIBKAFS} CFLAGS += -I${.CURDIR}/../src/util -I${.CURDIR}/../src/lib/roken \ -I${.CURDIR}/../src/include -I${.CURDIR}/../libroken \ |