NetBSD/bin/rcp/Makefile

17 lines
329 B
Makefile
Raw Normal View History

1997-07-21 00:47:31 +04:00
# $NetBSD: Makefile,v 1.10 1997/07/20 20:47:31 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 7/19/93
1993-03-21 12:45:37 +03:00
1997-07-21 00:47:31 +04:00
WARNS= 1
1993-03-21 12:45:37 +03:00
PROG= rcp
SRCS= rcp.c util.c
1995-03-23 11:46:35 +03:00
.if defined(KERBEROS)
.PATH: ${.CURDIR}/../../usr.bin/rlogin
1995-03-23 11:46:35 +03:00
SRCS+= krcmd.c kcmd.c
CFLAGS+=-DKERBEROS -DCRYPT
LDADD+= -lkrb -ldes
DPADD+= ${LIBKRB} ${LIBDES}
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>