summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/Makefile
blob: 984a6b763a338ba24229dc86c5d201c20e9964c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# From:	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.3 1994/09/29 13:06:37 csgr Exp $

PROG=	rshd
SRCS=	rshd.c
MAN8=	rshd.8

.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
	|| defined(MAKE_EBONES))
CFLAGS+=-DKERBEROS -DCRYPT
DPADD=	${LIBKRB} ${LIBDES}
LDADD=	-lkrb -ldes
DISTRIBUTION=	krb
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud