diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-03-28 00:32:33 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-03-28 00:32:33 +0000 |
commit | a41aa85028c83e22060ddff7aaef9f92b71822bc (patch) | |
tree | fdb71d942ca2bea2bffa2aa0c8b64b2e1ca753c0 | |
parent | Don't waste time building unused static versions of convenience libraries. (diff) |
Add the linux_base-fc6 port.
Notes
Notes:
svn path=/head/; revision=188609
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 1cbf4e038710..7b0ac37da64e 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -74,6 +74,7 @@ SUBDIR += linux_dist-gentoo-stage2 SUBDIR += linux_dist-gentoo-stage3 SUBDIR += linux_base-fc4 + SUBDIR += linux_base-fc6 SUBDIR += linux_base-gentoo-stage1 SUBDIR += linux_base-gentoo-stage2 SUBDIR += linux_base-gentoo-stage3 |