aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1998-05-04 19:25:41 +0000
committerBruce Evans <bde@FreeBSD.org>1998-05-04 19:25:41 +0000
commit42c5ca4ad6eb44e136c5d0fb09f399ebfdc20dcc (patch)
tree1dbff2ee28b62472cc9c3bbed0fdf98b0b3d9b5e /usr.bin
parent1b1ddfa5274a7431913af16e64dc6199f1b500db (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/rdist/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile
index 637418b172d1..9aae11958470 100644
--- a/usr.bin/rdist/Makefile
+++ b/usr.bin/rdist/Makefile
@@ -1,10 +1,10 @@
# @(#)Makefile 8.3 (Berkeley) 7/19/93
+# $Id$
PROG= rdist
+SRCS= docmd.c expand.c gram.y lookup.c main.c rshrcmd.c server.c
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
+YFLAGS=
# To use the old method, which requires setuid-root and all the baggage and
# security holes that goes with it, uncomment: