1994-05-27 12:33:43 +00:00
|
|
|
# @(#)Makefile 8.3 (Berkeley) 7/19/93
|
|
|
|
|
|
|
|
PROG= rdist
|
|
|
|
CFLAGS+=-I${.CURDIR}
|
1996-08-10 07:54:17 +00:00
|
|
|
SRCS= docmd.c expand.c lookup.c main.c rshrcmd.c server.c
|
1996-08-30 03:04:49 +00:00
|
|
|
SRCS+= gram.c
|
|
|
|
CLEANFILES=y.tab.h gram.c
|
1994-05-27 12:33:43 +00:00
|
|
|
|
1996-08-10 07:54:17 +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>
|