diff options
author | asami <asami@FreeBSD.org> | 1999-04-18 18:24:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-04-18 18:24:12 +0800 |
commit | 70f3baca41e937320d9e8791de4c0a8c0de1982f (patch) | |
tree | f2ee3fc160913ebb44237e4297e433abc12c39f1 /net | |
parent | c0525240ccd9f01c6c4dfed1af7d4b9a2f4248c6 (diff) | |
download | freebsd-ports-gnome-70f3baca41e937320d9e8791de4c0a8c0de1982f.tar.gz freebsd-ports-gnome-70f3baca41e937320d9e8791de4c0a8c0de1982f.tar.zst freebsd-ports-gnome-70f3baca41e937320d9e8791de4c0a8c0de1982f.zip |
Remove etherboot until it can be cleaned up.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index ab6e0026e6bc..2c3f981db596 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.249 1999/04/16 19:35:01 mharo Exp $ +# $Id: Makefile,v 1.250 1999/04/16 21:47:05 erich Exp $ # SUBDIR += SSLtelnet @@ -7,7 +7,6 @@ SUBDIR += arla SUBDIR += arpwatch SUBDIR += ascend-radius - SUBDIR += etherboot SUBDIR += bb SUBDIR += beroftpd SUBDIR += bind8 @@ -47,6 +46,7 @@ SUBDIR += dnsutl SUBDIR += echoping SUBDIR += epic4 +# SUBDIR += etherboot SUBDIR += ethereal SUBDIR += ezbounce SUBDIR += fping |