summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/Makefile
blob: 4b9091c1920a59e350feb75d08419eb90d39943e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# From:	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD$

PROG=	rshd
SRCS=	rshd.c
MAN=	rshd.8

#CFLAGS+= -DCRYPT
WFORMAT=0

DPADD+=	${LIBUTIL}
LDADD+= -lutil

.if !defined(NOPAM)
CFLAGS+= -DUSE_PAM
DPADD+=	${LIBPAM}
LDADD+=	${MINUSLPAM}
.endif

# IPv6 support
CFLAGS+= -DINET6

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