summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/Makefile
blob: c94f453e97b30b4d13fad7405b07542598993d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# From:	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $Id: Makefile,v 1.6 1997/02/22 14:22:22 peter 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

# For login_cap handling
CFLAGS+=-DLOGIN_CAP
DPADD+=	${LIBUTIL}
LDADD+= -lutil

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