diff options
Diffstat (limited to 'vendor/raspbian/makefile')
-rw-r--r-- | vendor/raspbian/makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/raspbian/makefile b/vendor/raspbian/makefile deleted file mode 100644 index ced566c30..000000000 --- a/vendor/raspbian/makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -*- make -*- -BASE=../.. -SUBDIR=vendor/raspbian - -# Bring in the default rules -include ../../buildlib/defaults.mak - -doc binary manpages: sources.list - -sources.list: sources.list.in ../../doc/apt-verbatim.ent - sed -e 's#&stable-codename;#$(shell ../getinfo debian-stable-codename)#g' $< > $@ |