NetBSD/usr.bin/rsh/Makefile

11 lines
201 B
Makefile
Raw Normal View History

1997-01-09 23:18:21 +03:00
# $NetBSD: Makefile,v 1.3 1997/01/09 20:21:13 tls Exp $
1993-07-31 03:49:23 +04:00
# from: @(#)Makefile 5.6 (Berkeley) 9/27/90
1993-03-21 12:45:37 +03:00
PROG= rsh
SRCS= rsh.c
BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../rlogin
.include <bsd.prog.mk>