freebsd-dev/usr.bin/rdist/Makefile

17 lines
395 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.3 (Berkeley) 7/19/93
PROG= rdist
CFLAGS+=-I${.CURDIR}
SRCS= docmd.c expand.c lookup.c main.c rshrcmd.c server.c
SRCS+= gram.c
CLEANFILES=y.tab.h gram.c
1994-05-27 12:33:43 +00:00
# To use the old method, which requires setuid-root and all the baggage and
# security holes that goes with it, uncomment:
# CFLAGS+= -DDIRECT_RCMD
# BINOWN= root
# BINMODE=4555
# INSTALLFLAGS=-fschg
1994-05-27 12:33:43 +00:00
.include <bsd.prog.mk>