summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/Makefile
blob: 735c00d09d9e4989da31d18f928594b8e3e9c67a (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

CFLAGS+= -Wall
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