Constification of arguments passed to functions; no change on the
[dragonfly.git] / usr.bin / rsh / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2 # $FreeBSD: src/usr.bin/rsh/Makefile,v 1.17.2.1 2002/07/17 19:08:22 ru Exp $
3 # $DragonFly: src/usr.bin/rsh/Makefile,v 1.4 2004/11/17 19:16:07 dillon Exp $
4
5 PROG=   rsh
6 SRCS=   rsh.c
7 CFLAGS+=-Wall
8 CFLAGS+=-I${.CURDIR}/../../libexec/rlogind
9
10 BINMODE=4555
11 .if !defined(NOFSCHG)
12 INSTALLFLAGS=-fschg
13 .endif
14
15 .include <bsd.prog.mk>