summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCyril Brulebois <kibi@debian.org>2015-05-16 19:52:49 (GMT)
committerCyril Brulebois <kibi@debian.org>2015-05-16 19:52:49 (GMT)
commit7003b9b3a4718f4a80b18cd8eb491b9358622a6d (patch)
treeed48ad1190ff633505876e852d78d429eac25bd4 /Makefile
parent97e4068c65ef369975bb3d1ebd2e814832fdcdfc (diff)
downloaddebootstrap-7003b9b3a4718f4a80b18cd8eb491b9358622a6d.zip
debootstrap-7003b9b3a4718f4a80b18cd8eb491b9358622a6d.tar.gz
debootstrap-7003b9b3a4718f4a80b18cd8eb491b9358622a6d.tar.bz2
Make it possible to override the MAKEDEV variable (Closes: #734743).
Thanks, Wookey!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2d93aa..bc62fca 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
VERSION := $(shell sed 's/.*(\(.*\)).*/\1/; q' debian/changelog)
DATE := $(shell sed -n '/^ -- /{s/.*> \(.*\)/\1/p;q}' debian/changelog)
-MAKEDEV := /sbin/MAKEDEV
+MAKEDEV ?= /sbin/MAKEDEV
ifeq ($(shell uname),Linux)
all: devices.tar.gz