File: special/bbc-provided/Makefile
base-0 patch-1
Line 6Line 6
# BBC custom programs
DISTFILES += andor.c crypt.c dotquad.c mktemp.c sleep3.c zoom.c
# BBC custom programs
DISTFILES += andor.c crypt.c dotquad.c mktemp.c sleep3.c zoom.c
DISTFILES += help host-key list-packages
DISTFILES += host-key list-packages
DISTFILES += mk_compaq_raid_dev news restore-config save-config setbbctime-utc

# Net config and scripts
DISTFILES += mk_compaq_raid_dev news restore-config save-config setbbctime-utc

# Net config and scripts
Line 22Line 22
DISTFILES += locate makedev

# Standard user accounts and the infrastructure
DISTFILES += locate makedev

# Standard user accounts and the infrastructure
GARUSERS = root nobody
DISTFILES += users.init
GARUSERS = root nobody daemon
DISTFILES += root.bootstrap root.group root.passwd
DISTFILES += nobody.passwd nobody.group nobody.bootstrap
DISTFILES += root.bootstrap root.group root.passwd
DISTFILES += nobody.passwd nobody.group nobody.bootstrap

DISTFILES += daemon.passwd daemon.group daemon.bootstrap
# psuedo-setuid mechanism
DISTFILES += setuid.init setuid-wrapper.c

# psuedo-setuid mechanism
DISTFILES += setuid.init setuid-wrapper.c

Line 52Line 51
WORKSRC = $(WORKDIR)/$(GARNAME)

WORKSRC = $(WORKDIR)/$(GARNAME)

DESCRIPTION = things provided by LNX-BBC
DESCRIPTION = miscellany
define BLURB
define BLURB
#XXX: nwall package blurb goes here.
bbc-provided is deprecated. It currently contains a number of small
utilities written specifically for the LNX-BBC, several of which ought to
have been packaged individually long ago.
endef

endef

DEPENDS = boot/minit kernel/linux crypto/gnupg
DEPENDS += special/mount.local
DEPENDS = boot/minit crypto/gnupg # kernel/linux

# These are depped here in order to fullfill the runlevel policy
DEPENDS += system/lnx.img-scripts system/root.bin-scripts
DEPENDS += system/lnx.img-scripts system/root.bin-scripts
#DEPENDS += $(shell grep -v ^\; bbc-contents)
DEPENDS += fs/devfsd kernel/discover system/hotplug
DEPENDS += special/mount.local special/swap
# CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
# CONFIGURE_SCRIPTS = $(WORKSRC)/configure
BUILD_SCRIPTS = $(WORKSRC)/Makefile
INSTALL_SCRIPTS = $(WORKSRC)/Makefile setuid.init users.init reboot.init halt.init hostname.init net.lo.init mount.devpts.init umount.all.init
INSTALL_SCRIPTS = $(WORKSRC)/Makefile setuid.init reboot.init halt.init hostname.init net.lo.init mount.devpts.init umount.all.init
# CONFIGURE_ARGS = $(DIRPATHS)

# CONFIGURE_ARGS = $(DIRPATHS)