diff options
author | markm <markm@FreeBSD.org> | 1998-08-06 21:41:13 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1998-08-06 21:41:13 +0000 |
commit | ec4dc9550e180509f05a84dba8f7d0f654e6de13 (patch) | |
tree | ce6f1b32584b0c69c290c4f5b471b62bbd376af6 /bin | |
parent | 02824f2ad90badfccd8ca483c483615d1526ce95 (diff) | |
download | FreeBSD-src-ec4dc9550e180509f05a84dba8f7d0f654e6de13.zip FreeBSD-src-ec4dc9550e180509f05a84dba8f7d0f654e6de13.tar.gz |
Fix LIBDIR (for aout/ELF).
Diffstat (limited to 'bin')
-rw-r--r-- | bin/rcp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rcp/Makefile b/bin/rcp/Makefile index f6db9bc..f604da7 100644 --- a/bin/rcp/Makefile +++ b/bin/rcp/Makefile @@ -5,7 +5,7 @@ PROG= rcp SRCS= rcp.c util.c CFLAGS+=-Wall -.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) +.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) SRCS+= krcmd.c kcmd.c rcmd_util.c encrypt.c DPADD= ${LIBKRB} ${LIBDES} CFLAGS+=-DKERBEROS -DCRYPT -DHAVE_CONFIG_H \ |