default.mk 221 B

12345678
  1. # Include all the Makefiles that define variables that can be useful
  2. # within debian/rules
  3. dpkg_datadir = .
  4. include $(dpkg_datadir)/architecture.mk
  5. include $(dpkg_datadir)/buildflags.mk
  6. include $(dpkg_datadir)/vendor.mk