More -Wwrite-strings cleanup and make sure you can actually play it.
[dragonfly.git] / usr.bin / rdist / Makefile
blob8aba9f0df19eb31e148633b3b190d433bd1c2760
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.2 2003/06/17 04:29:30 dillon 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=
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
17 .include <bsd.prog.mk>