diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-02-24 21:01:54 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-02-24 21:01:54 +0000 |
| commit | f499a396213810b9b6e9e8a2435e53f1380df8ad (patch) | |
| tree | a5b2726eb014f44831588a030daba842e19062f4 /sbin/restore | |
| parent | fea326b4d1dbc942ee05c62361b5499c20eb74e3 (diff) | |
Notes
Diffstat (limited to 'sbin/restore')
| -rw-r--r-- | sbin/restore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/restore/Makefile b/sbin/restore/Makefile index 3f0a363f4a2c..2da8e87cf64c 100644 --- a/sbin/restore/Makefile +++ b/sbin/restore/Makefile @@ -16,7 +16,8 @@ MLINKS+=restore.8 rrestore.8 .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) .PATH: ${.CURDIR}/../../crypto/kerberosIV/appl/bsd SRCS+= krcmd.c kcmd.c rcmd_util.c -LDADD+= -lkrb -ldes +DPADD+= ${LIBKRB} ${LIBCRYPTO} +LDADD+= -lkrb -lcrypto CFLAGS+=-DKERBEROS -DHAVE_CONFIG_H \ -I${.CURDIR}/../../kerberosIV/include \ -I${.CURDIR}/../../crypto/kerberosIV/include \ |
