[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsh

File: [local] / src / usr.bin / rsh / Attic / Makefile (download)

Revision 1.6, Mon May 6 22:23:53 2002 UTC (22 years, 1 month ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.5: +1 -2 lines

rlogin: Lived with Joy

#	$OpenBSD: Makefile,v 1.6 2002/05/06 22:23:53 deraadt Exp $

PROG=	rsh
SRCS=	rsh.c
BINOWN=	root
BINMODE=4555

.include <bsd.own.mk>	# For KERBEROS

.if (${KERBEROS:L} == "yes")
SRCS+=	des_rw.c
CFLAGS+=-DKERBEROS
SRCS+=	krcmd.c kcmd.c
LDADD+=	-lkrb -ldes
DPADD+=	${LIBKRB} ${LIBDES}
.endif

.include <bsd.prog.mk>