# From:	@(#)Makefile	8.1 (Berkeley) 6/4/93
# $FreeBSD: stable/4/libexec/rshd/Makefile 75952 2001-04-25 10:42:22Z ru $

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

#CFLAGS+= -DCRYPT

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

# IPv6 support
CFLAGS+= -DINET6

.include <bsd.prog.mk>
