1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/usr.bin/rsh/Makefile
2015-03-04 22:01:44 +00:00

13 lines
166 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $FreeBSD$
PROG= rsh
CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
WARNS?= 2
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>