summaryrefslogtreecommitdiff
path: root/filesystems/Makefile
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2019-10-07 10:13:16 +0000
committerbouyer <bouyer@pkgsrc.org>2019-10-07 10:13:16 +0000
commit8a37f990d93d05e1bb03ceeb572c25481de53170 (patch)
treebfb084e43406181c2550d00a4806e0b8adce7beb /filesystems/Makefile
parent9db9a4a74a876e74b9b2560f93b535e2642492d6 (diff)
downloadpkgsrc-8a37f990d93d05e1bb03ceeb572c25481de53170.tar.gz
Add mkspiffs 0.2.3
Tool to build and unpack SPIFFS images. This package provides binaries built with the following configuration: mkspiffs-arduino-esp32: configuration compatible with the Espressif ESP32 arduino developpement environnement mkspiffs-arduino-esp8266: configuration compatible with the Espressif ESP8266 arduino developpement environnement mkspiffs-esp-idf: configuration compatible with the Espressif IoT Development Framework mkspiffs-generic: configuration using the default SPIFFS parameters
Diffstat (limited to 'filesystems/Makefile')
-rw-r--r--filesystems/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile
index 4a7229cfb7f..b7cef3bcbc8 100644
--- a/filesystems/Makefile
+++ b/filesystems/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2019/04/05 19:33:53 maya Exp $
+# $NetBSD: Makefile,v 1.48 2019/10/07 10:13:16 bouyer Exp $
#
COMMENT= File systems, and file system related packages
@@ -40,6 +40,7 @@ SUBDIR+= glusterfs
SUBDIR+= libntfs
SUBDIR+= ltfs
SUBDIR+= ltfs-ltotape
+SUBDIR+= mkspiffs
SUBDIR+= openafs
SUBDIR+= openafs-devel
SUBDIR+= ori