blob: ac50fa90d3c3274bd8bf7d949c14360ec11f0dc7 (
plain)
1
2
3
4
5
6
7
|
DIR = /$(LIB)/rcscripts/sh
FILES = functions.sh init-functions.sh init-common-post.sh \
rc-functions.sh rc-mount.sh
EXES = gendepends.sh net.sh rc-mount.sh rc-help.sh runscript.sh
TOPDIR = ..
include $(TOPDIR)/default.mk
|