HAMMER 60F/Many: Mirroring
[dragonfly.git] / usr.bin / rdist / Makefile
blobf7514292de32b1d1bc14d36881eb3ea28fe27883
1 # @(#)Makefile 8.3 (Berkeley) 7/19/93
2 # $FreeBSD: src/usr.bin/rdist/Makefile,v 1.6 1999/08/28 01:05:05 peter Exp $
3 # $DragonFly: src/usr.bin/rdist/Makefile,v 1.3 2007/08/27 16:50:57 pavalos Exp $
5 PROG= rdist
6 SRCS= docmd.c expand.c gram.y lookup.c main.c rshrcmd.c server.c
7 CFLAGS+=-I${.CURDIR}
8 YFLAGS=
9 WARNS?= 0
11 # To use the old method, which requires setuid-root and all the baggage and
12 # security holes that goes with it, uncomment:
13 # CFLAGS+= -DDIRECT_RCMD
14 # BINOWN= root
15 # BINMODE=4555
16 # INSTALLFLAGS=-fschg
18 .include <bsd.prog.mk>