aboutsummaryrefslogtreecommitdiff
path: root/libexec/rshd/Makefile
blob: 5cf9c23ee941f7c77a959ec47da084d76d4a4813 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# From:	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD$

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>