diff options
Diffstat (limited to '')
-rw-r--r-- | scripts/mk/default.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/mk/default.mk b/scripts/mk/default.mk new file mode 100644 index 0000000..c172354 --- /dev/null +++ b/scripts/mk/default.mk @@ -0,0 +1,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 |