diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 13:54:18 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2000-08-01 13:54:18 +0000 |
commit | fdeab6ae5fca3729b3792fc1061b2b6aebdaa52b (patch) | |
tree | 187514d4382c8e3e8a5ae6370982a01d11f81ce5 /misc | |
parent | a251b99d475f1d4aa8c617707b4bccca3ac27265 (diff) |
Add grub, the GNU GRand Unified Bootloader.
PR: ports/20168
Submitted by: R Joseph Wright <rjoseph@mammalia.org>
Notes
Notes:
svn path=/head/; revision=31210
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index b34aead7148b..22add97dfa39 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -59,6 +59,7 @@ SUBDIR += gone SUBDIR += gplbp SUBDIR += grdb + SUBDIR += grub SUBDIR += grun SUBDIR += gtkfind SUBDIR += gtl |