diff options
author | joerg <joerg@FreeBSD.org> | 2000-09-19 22:07:43 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2000-09-19 22:07:43 +0800 |
commit | c9043ee11f8518efdb3994e8633741a0e1b64b67 (patch) | |
tree | dc580513d77e701adb81157fc3fdb7affe72dab6 /net/Makefile | |
parent | 62fbe7d487842ee58d2f8c0c95595200a0950dc8 (diff) | |
download | freebsd-ports-gnome-c9043ee11f8518efdb3994e8633741a0e1b64b67.tar.gz freebsd-ports-gnome-c9043ee11f8518efdb3994e8633741a0e1b64b67.tar.zst freebsd-ports-gnome-c9043ee11f8518efdb3994e8633741a0e1b64b67.zip |
Wipe out the port for `bsddip', the `dialup program'. It has basically
been unmaintained for years now. It's no longer a useful thing to have.
Those few people who still use SLIP are certainly using their own script
work around slattach & co., and everybody using PPP is doing way better
by using the well-documented and -maintained PPP implementations that
ship with FreeBSD out of the box.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index aba0415de800..0be475c6ba53 100644 --- a/net/Makefile +++ b/net/Makefile @@ -53,7 +53,6 @@ SUBDIR += dgd-net SUBDIR += dhid SUBDIR += dhcpconf - SUBDIR += dip SUBDIR += dlint SUBDIR += dnscache SUBDIR += dnsutl |