summaryrefslogtreecommitdiffstats
path: root/libexec/rshd/Makefile
blob: 47b80f2e731d3acb602121f9537164a29c2cb449 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	@(#)Makefile	8.1 (Berkeley) 6/4/93

PROG=	rshd
#CFLAGS+=-DKERBEROS -DCRYPT
SRCS=	rshd.c #des_rw.c
MAN8=	rshd.8
#DPADD=	${LIBKRB} ${LIBDES}
#LDADD=	-lkrb -ldes
.PATH: ${.CURDIR}/../../usr.bin/rlogin

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