| File: boot/minit/Makefile | |
|---|---|
| lnx-bbc--stable--2.1--patch-38 | lnx-bbc--research--0.0--patch-33 |
| Line 14 | Line 14 |
| handling and will soon have support for standard and user-defined runlevels. endef | handling and will soon have support for standard and user-defined runlevels. endef |
| # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else LIBDEPS = | SOURCE_LANGUAGES = #make There is no lang/make package :< |
| DEPENDS = devel/make | DEPENDS = devel/make |
| # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = | |
| CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile CONFIGURE_ARGS = --prefix=/ | CONFIGURE_SCRIPTS = $(WORKSRC)/configure BUILD_SCRIPTS = $(WORKSRC)/Makefile INSTALL_SCRIPTS = $(WORKSRC)/Makefile CONFIGURE_ARGS = --prefix=/ |
| #NODIRPATHS = # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir #INSTALL_OVERRIDE_DIRS = | |
| # This should go before any hand-made rules. | |
| include ../../gar.mk | include ../../gar.mk |