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