23edbe3557
now that all /bin has been cleaned.
11 lines
189 B
Makefile
11 lines
189 B
Makefile
# $NetBSD: Makefile,v 1.4 1997/07/20 22:37:44 christos Exp $
|
|
|
|
PROG= rcmd
|
|
SRCS= rsh.c
|
|
CFLAGS+=-DIN_RCMD
|
|
BINOWN= root
|
|
BINMODE=4555
|
|
.PATH: ${.CURDIR}/../../usr.bin/rsh
|
|
|
|
.include <bsd.prog.mk>
|