summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-01-21 07:42:53 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-01-21 07:42:53 +0000
commiteccc8415e747fa9662ea36e2159ae7b01c11c533 (patch)
treeb21c97c1172ce321f897795f84a5985f0804e3eb /contrib/Makefile
parentbe3b6f303eb3c7d3103bb2cdb6e331c8d6f029e1 (diff)
downloadgpsd-eccc8415e747fa9662ea36e2159ae7b01c11c533.tar.gz
sirfctl goes away.
Now that gpsctl does the low-level reset thing by spamming at all baud rates, sirfctl is redundant.
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index a2a6480b..69dcc550 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -3,7 +3,7 @@
# won't get used on a daily basis, but someone might find them useful for
# tinkering with their gear.
-PROGS= ashctl binlog binreplay garreset lla2ecef motosend sirfctl
+PROGS= ashctl binlog binreplay garreset lla2ecef motosend
ADDOBJS=../strl.o
@@ -27,8 +27,5 @@ lla2ecef: lla2ecef.c
motosend: motosend.c
$(CC) $(CFLAGS) $(ADDOBJS) -o motosend motosend.c
-sirfctl: sirfctl.c
- $(CC) $(CFLAGS) $(ADDOBJS) -o sirfctl sirfctl.c
-
clean:
rm -f $(PROGS) *.o *.core