fd01174b20e7e34cf33faa13312d37ef1644b8f4
[dragonfly.git] / usr.bin / rdist / Makefile
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
4 PROG=   rdist
5 SRCS=   docmd.c expand.c gram.y lookup.c main.c rshrcmd.c server.c
6 CFLAGS+=-I${.CURDIR}
7 YFLAGS=
8 WARNS?= 2
9
10 # To use the old method, which requires setuid-root and all the baggage and
11 # security holes that goes with it, uncomment:
12 # CFLAGS+= -DDIRECT_RCMD
13 # BINOWN=       root
14 # BINMODE=4555
15 # INSTALLFLAGS=-fschg
16
17 .include <bsd.prog.mk>