diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1999-04-16 21:47:05 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1999-04-16 21:47:05 +0000 |
commit | 41947c86e485d04c7b6a20d0f59ab036777c5bbb (patch) | |
tree | 17896e7ebe5b90878caca5b3949b39c3a717ed55 /net | |
parent | add etherboot (diff) |
Attach etherboot
Notes
Notes:
svn path=/head/; revision=17939
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 2ab9b7f379d3..ab6e0026e6bc 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.248 1999/04/15 03:23:41 mharo Exp $ +# $Id: Makefile,v 1.249 1999/04/16 19:35:01 mharo Exp $ # SUBDIR += SSLtelnet @@ -7,6 +7,7 @@ SUBDIR += arla SUBDIR += arpwatch SUBDIR += ascend-radius + SUBDIR += etherboot SUBDIR += bb SUBDIR += beroftpd SUBDIR += bind8 |