11 lines
188 B
Makefile
11 lines
188 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 1997/05/26 14:08:40 mrg Exp $
|
|
|
|
PROG= rcmd
|
|
SRCS= rsh.c
|
|
CFLAGS+=-DIN_RCMD
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
.PATH: ${.CURDIR}/../../usr.bin/rsh
|
|
|
|
.include <bsd.prog.mk>
|