removed unused contrib stuff from the Makefile for now

This commit is contained in:
Matt Housh 2008-05-07 15:06:21 -05:00
parent d8e7ca53a2
commit 66310d6d19

View File

@ -4,7 +4,7 @@
#
CRUXVERSION = 2.4
COLLECTIONS = core opt xorg contrib
COLLECTIONS = core opt xorg
KERNEL_MIRROR = ftp://ftp.kernel.org
KERNEL_VERSION = 2.6.23.9
KERNEL_PATCHES = squashfs3.3-patch
@ -27,7 +27,6 @@ ISO_PACKAGES = filesystem bash coreutils bzip2 e2fsprogs jfsutils \
PORTS_core = $(shell /bin/ls -I README ports/core)
PORTS_opt = $(shell /bin/cat packages.opt)
PORTS_xorg = $(shell /bin/cat packages.xorg)
PORTS_contrib = $(shell /bin/cat packages.contrib)
ifeq ($(FORCE),yes)
PKGMK_FORCE=-f