[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.7, Wed May 14 07:33:39 2003 UTC (21 years, 1 month ago) by mho
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.6: +8 -8 lines

Remove krb4 support.

#	$OpenBSD: Makefile,v 1.7 2003/05/14 07:33:39 mho 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>