17 lines
388 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
1994-05-27 12:33:43 +00:00
OBJS+= gram.o
CLEANFILES=y.tab.h
# 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>