diff options
Diffstat (limited to 'usr.bin/rdist')
-rw-r--r-- | usr.bin/rdist/Makefile | 4 |
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: |