]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/rshd/Makefile
This commit was generated by cvs2svn to compensate for changes in r3245,
[FreeBSD/FreeBSD.git] / libexec / rshd / Makefile
1 # From: @(#)Makefile    8.1 (Berkeley) 6/4/93
2 # $Id$
3
4 PROG=   rshd
5 SRCS=   rshd.c
6 MAN8=   rshd.8
7
8 .if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
9         || defined(MAKE_EBONES))
10 CFLAGS+=-DKERBEROS -DCRYPT
11 DPADD=  ${LIBKRB} ${LIBDES}
12 LDADD=  -lkrb -ldes
13 .endif
14
15 .include <bsd.prog.mk>