NetBSD/bin/rcmd/Makefile

11 lines
184 B
Makefile
Raw Normal View History

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