[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / libexec / rshd

File: [local] / src / libexec / rshd / Attic / Makefile (download)

Revision 1.5, Sun Sep 3 18:41:15 2000 UTC (23 years, 9 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.4: +2 -2 lines

Boring...  Add :L modifier to all tweakable variables tests.

Closes PR 1246

#	from: @(#)Makefile	8.1 (Berkeley) 6/4/93
#	$Id: Makefile,v 1.5 2000/09/03 18:41:15 espie Exp $

PROG=	rshd
SRCS=	rshd.c
MAN=	rshd.8
CFLAGS+= -Wall -Wno-unused

.include <bsd.own.mk>

.if (${KERBEROS:L} == "yes")
SRCS+=	des_rw.c
.PATH:	${.CURDIR}/../../usr.bin/rlogin
CFLAGS+=-DKERBEROS
DPADD+=	${LIBKRB} ${LIBDES}
LDADD+=	-lkrb -ldes
.endif

.include <bsd.prog.mk>