summaryrefslogtreecommitdiffstats
path: root/usr.bin/rdist
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-08-30 03:04:49 +0000
committerpeter <peter@FreeBSD.org>1996-08-30 03:04:49 +0000
commite5f3b9010e853f384a6642559eadeb3d9e6b1425 (patch)
tree4429c603494d7c0a98f67af341e2ca5426080030 /usr.bin/rdist
parent14a33b077132097bfda116e6b3e147576707558a (diff)
downloadFreeBSD-src-e5f3b9010e853f384a6642559eadeb3d9e6b1425.zip
FreeBSD-src-e5f3b9010e853f384a6642559eadeb3d9e6b1425.tar.gz
Make the dependencies work a little better..
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r--usr.bin/rdist/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile
index 83582e0..637418b 100644
--- a/usr.bin/rdist/Makefile
+++ b/usr.bin/rdist/Makefile
@@ -3,8 +3,8 @@
PROG= rdist
CFLAGS+=-I${.CURDIR}
SRCS= docmd.c expand.c lookup.c main.c rshrcmd.c server.c
-OBJS+= gram.o
-CLEANFILES=y.tab.h
+SRCS+= gram.c
+CLEANFILES=y.tab.h gram.c
# To use the old method, which requires setuid-root and all the baggage and
# security holes that goes with it, uncomment:
OpenPOWER on IntegriCloud