summaryrefslogtreecommitdiffstats
path: root/scripts/mk/default.mk
blob: c17235401caf0b2eef2182b280831f05968ad180 (plain)
1
2
3
4
5
6
7
8
# Include all the Makefiles that define variables that can be useful
# within debian/rules

dpkg_datadir = $(srcdir)/mk
include $(dpkg_datadir)/architecture.mk
include $(dpkg_datadir)/buildflags.mk
include $(dpkg_datadir)/pkg-info.mk
include $(dpkg_datadir)/vendor.mk