summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e907ffe..2754164 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ devices-std.tar.gz:
mkdir -p dev
chown 0:0 dev
chmod 755 dev
- (cd dev && $(MAKEDEV) std ptmx)
+ (cd dev && $(MAKEDEV) std ptmx fd)
tar cf - dev | gzip -9 >devices-std.tar.gz
rm -rf dev