NetBSD/bin/rcmd/Makefile

11 lines
191 B
Makefile
Raw Normal View History

1997-10-10 23:47:50 +04:00
# $NetBSD: Makefile,v 1.5 1997/10/10 19:56:46 christos Exp $
1997-05-26 18:08:40 +04:00
PROG= rcmd
SRCS= rsh.c
1997-10-10 23:47:50 +04:00
CPPFLAGS+=-DIN_RCMD
1997-05-26 18:08:40 +04:00
BINOWN= root
BINMODE=4555
.PATH: ${.CURDIR}/../../usr.bin/rsh
.include <bsd.prog.mk>