diff options
author | erich <erich@FreeBSD.org> | 1999-04-18 21:43:37 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1999-04-18 21:43:37 +0800 |
commit | e8adf69bc6caf251dd4293e82ecc5af1b379956e (patch) | |
tree | d22118cb1ada1a17f5b57ddaa9a9333731c6518d /net | |
parent | f678c3d042f8727010e9bf3e8eb4e0bcf62c63f9 (diff) | |
download | freebsd-ports-graphics-e8adf69bc6caf251dd4293e82ecc5af1b379956e.tar.gz freebsd-ports-graphics-e8adf69bc6caf251dd4293e82ecc5af1b379956e.tar.zst freebsd-ports-graphics-e8adf69bc6caf251dd4293e82ecc5af1b379956e.zip |
uncomment etherboot
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 2c3f981db59..e4307c477ba 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.250 1999/04/16 21:47:05 erich Exp $ +# $Id: Makefile,v 1.251 1999/04/18 10:24:12 asami Exp $ # SUBDIR += SSLtelnet @@ -46,7 +46,7 @@ SUBDIR += dnsutl SUBDIR += echoping SUBDIR += epic4 -# SUBDIR += etherboot + SUBDIR += etherboot SUBDIR += ethereal SUBDIR += ezbounce SUBDIR += fping |