summaryrefslogtreecommitdiffstats
path: root/opkg-opk/local.mk
blob: 6653839b16294ae35d06f389e45395638bea5c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
opkg_opk_opkg_opk_SOURCES += \
	common/defs.h \
	%reldir%/dirent.c \
	%reldir%/dirent.h \
	%reldir%/gzip.c \
	%reldir%/gzip.h \
	%reldir%/i18n.h \
	%reldir%/main.c \
	%reldir%/opk.c \
	%reldir%/opk.h \
	%reldir%/specials.c \
	%reldir%/specials.h \
	%reldir%/ustar.c \
	%reldir%/ustar.h

include %reldir%/opk/local.mk