diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-10 15:15:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-10 15:15:23 +0000 |
commit | aff9e2064578a114be4d070678a84122dd20be5e (patch) | |
tree | 452ead739ff8c720239a8db0d7500613b4ad31a9 /net/Makefile | |
parent | c86bf0c6bbc9ec1fde856a075dfde67fd59b6af9 (diff) |
Moving the rboot port from misc to net. RBoot is a remote boot facility
for PC operating systems. It allows you to setup several PCs so that
they fetch their operating systems from a central UNIX server.
Notes
Notes:
svn path=/head/; revision=23726
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f2d8c4da3326..958c7ec9013f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -149,6 +149,7 @@ SUBDIR += radiusd-cistron SUBDIR += radreport SUBDIR += ratoolset + SUBDIR += rboot SUBDIR += rdist6 SUBDIR += relay SUBDIR += rinetd |