diff options
author | Brian S. Dean <bsd@FreeBSD.org> | 2001-12-20 01:38:05 +0000 |
---|---|---|
committer | Brian S. Dean <bsd@FreeBSD.org> | 2001-12-20 01:38:05 +0000 |
commit | a95be1d7f0c5b6e6d2deac28a253c1d7227d9080 (patch) | |
tree | 5bb8a5a3f4c06a4fc6b5e432fed35706cd2081c6 /comms/Makefile | |
parent | Update to 0.98p2 which fixes a local buffer overflow exploit (diff) |
Add "scud" - Selected Caller id and Unavailable Deterrent; have your
modem answer calls from "unavailable" (which usually are
telemarketers).
Submitted by: David Quattlebaum <drq@bsdwins.com>
Notes
Notes:
svn path=/head/; revision=51872
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 4a5472bd4ffb..94d68e0dcf5a 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -26,6 +26,7 @@ SUBDIR += qico SUBDIR += qpage SUBDIR += ruby-termios + SUBDIR += scud SUBDIR += seyon SUBDIR += sms_client SUBDIR += snooper |