summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-05-04 19:25:41 +0000
committerbde <bde@FreeBSD.org>1998-05-04 19:25:41 +0000
commit0f56e515384e8114ee0d1f4cc51f60de9c3e4d1f (patch)
tree043d1f7c6f5fac7cf88c0d2ae70e1e79feff7568 /usr.bin
parent1819d65461b152aaed745e4ef79c4483c863ce1d (diff)
downloadFreeBSD-src-0f56e515384e8114ee0d1f4cc51f60de9c3e4d1f.zip
FreeBSD-src-0f56e515384e8114ee0d1f4cc51f60de9c3e4d1f.tar.gz
Simplified by using new yacc rules and by not generating y.tab.h.
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 637418b..9aae119 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:
OpenPOWER on IntegriCloud