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

PROG=	rshd
SRCS=	rshd.c

#CFLAGS+= -DCRYPT

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

# IPv6 support
CFLAGS+= -DINET6

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