1993-08-01 09:37:30 +04:00
|
|
|
# from: @(#)Makefile 5.4 (Berkeley) 10/21/90
|
|
|
|
# $Id: Makefile,v 1.4 1993/08/01 05:47:03 mycroft Exp $
|
1993-03-21 12:45:37 +03:00
|
|
|
|
|
|
|
PROG= rcp
|
|
|
|
SRCS= rcp.c
|
|
|
|
BINOWN= root
|
|
|
|
BINMODE=4555
|
|
|
|
.PATH: ${.CURDIR}/../../usr.bin/rlogin
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|