Follow NOFSCHG if defined. (It's needed to be able to run make installworld
[dragonfly.git] / usr.bin / rlogin / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2 # $FreeBSD: src/usr.bin/rlogin/Makefile,v 1.21.2.2 2002/07/19 18:03:41 ru Exp $
3 # $DragonFly: src/usr.bin/rlogin/Makefile,v 1.4 2004/11/17 19:16:06 dillon Exp $
4
5 PROG=   rlogin
6 SRCS=   rlogin.c
7 CFLAGS+=-Wall
8
9 BINMODE=4555
10 .if !defined(NOFSCHG)
11 INSTALLFLAGS=-fschg
12 .endif
13
14 .include <bsd.prog.mk>