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

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

Revision 1.6, Sun Jan 28 19:34:32 2001 UTC (23 years, 4 months ago) by niklas
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.5: +1 -2 lines

$OpenBSD$

#	$OpenBSD: Makefile,v 1.6 2001/01/28 19:34:32 niklas 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>