summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: bc95ec3a3d83f373c6e1a506d9904bdb2fc810cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bin_sources = \
	%reldir%/pro-archman.sh

pkgdata_sources = \
	%reldir%/output.sh \
	%reldir%/locale.sh \
	%reldir%/control.sh \
	%reldir%/dir.sh \
	%reldir%/db.sh \
	%reldir%/index.sh \
	%reldir%/garbage.sh \
	%reldir%/include.sh \
	%reldir%/remove.sh \
	%reldir%/suite.sh \
	%reldir%/cmd.sh

include %reldir%/cmd/local.mk