11 lines
201 B
Makefile
11 lines
201 B
Makefile
# from: @(#)Makefile 5.6 (Berkeley) 9/27/90
|
|
# $Id: Makefile,v 1.2 1993/07/30 23:51:23 mycroft Exp $
|
|
|
|
PROG= rsh
|
|
SRCS= rsh.c
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
.PATH: ${.CURDIR}/../rlogin
|
|
|
|
.include <bsd.prog.mk>
|