| File: special/accounts/Makefile | |
|---|---|
| base-0 | patch-1 |
| Line 3 | Line 3 |
| CATEGORIES = special # MASTER_SITES = GARUSERS = $(patsubst $(FILEDIR)/%.tar.gz,%,$(wildcard $(FILEDIR)/*.tar.gz)) | CATEGORIES = special # MASTER_SITES = GARUSERS = $(patsubst $(FILEDIR)/%.tar.gz,%,$(wildcard $(FILEDIR)/*.tar.gz)) |
| DISTFILES = default-bootstrap.sh lastuid.txt $(addsuffix .tar.gz,$(GARUSERS)) | DISTFILES = users.init default-bootstrap.sh lastuid.txt $(addsuffix .tar.gz,$(GARUSERS)) |
| LICENSE = GPL2 MAINTAINER = Nate Riffe <inkblot@movealong.org> | LICENSE = GPL2 MAINTAINER = Nate Riffe <inkblot@movealong.org> |
| Line 14 | Line 14 |
| custom user accounts to a BBC. endef | custom user accounts to a BBC. endef |
| # Dependencies are of the form categorydir/packagedir # LIBDEPS are for libraries, and DEPENDS are for everything else LIBDEPS = DEPENDS = # Builddeps are installed in $(BUILD_PREFIX) in their entirety BUILDDEPS = | DEPENDS = boot/minit |
| # CONFIGURE_SCRIPTS = $(WORKSRC)/configure | |
| BUILD_SCRIPTS = custom | BUILD_SCRIPTS = custom |
| INSTALL_SCRIPTS = | INSTALL_SCRIPTS = users.init |
| include ../../gar.mk | include ../../gar.mk |