diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 03:04:49 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-08-30 03:04:49 +0000 |
| commit | c6105ccefddbd8cb154c79432c70557022f5abe2 (patch) | |
| tree | 4429c603494d7c0a98f67af341e2ca5426080030 | |
| parent | 53a25106cd095f0b21a1e05aea7930daf7029544 (diff) | |
Notes
| -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 83582e09e55a..637418b172d1 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: |
