| File: system/hotplug/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 18 | Line 18 |
| packaged either as kernel modules or as user mode programs. endef | packaged either as kernel modules or as user mode programs. endef |
| # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else LIBDEPS = | SOURCE_LANGUAGES = #bash There is no lang/bash package :< |
| DEPENDS = utils/usbutils boot/minit utils/pciutils | DEPENDS = utils/usbutils boot/minit utils/pciutils |
| # Builddeps are installed in the build DESTIMG BUILDDEPS = | |
| INSTALL_ENV = etcdir=$(sysconfdir) | etcdir = $(sysconfdir) |
| INSTALL_SCRIPTS = $(WORKSRC)/Makefile hotplug.init # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir | INSTALL_SCRIPTS = $(WORKSRC)/Makefile hotplug.init # If some dirs are trying to install into /, list their names # here, such as: prefix bindir mandir |
| INSTALL_OVERRIDE_DIRS = prefix | INSTALL_OVERRIDE_DIRS = prefix sbindir etcdir mandir |
| # This should go before any hand-made rules. include ../../gar.mk | # This should go before any hand-made rules. include ../../gar.mk |