NetBSD/usr.bin/rsh/Makefile

11 lines
201 B
Makefile
Raw Normal View History

1993-07-31 03:49:23 +04:00
# from: @(#)Makefile 5.6 (Berkeley) 9/27/90
# $Id: Makefile,v 1.2 1993/07/30 23:51:23 mycroft Exp $
1993-03-21 12:45:37 +03:00
PROG= rsh
SRCS= rsh.c
BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../rlogin
.include <bsd.prog.mk>