aboutsummaryrefslogtreecommitdiffstats
path: root/diskdev_cmds/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-09 15:20:31 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-09 15:20:31 -0400
commitcf7726234760b8310f32e5ef4ad770675cfcf424 (patch)
tree0eaa40d13aa7e70becbd65c41da7731808dcd666 /diskdev_cmds/Makefile
parent245fad093fb2344f571a615c51b44d265cca26db (diff)
downloadapple_cmds-cf7726234760b8310f32e5ef4ad770675cfcf424.tar.gz
apple_cmds-cf7726234760b8310f32e5ef4ad770675cfcf424.zip
diskdev_cmds: Patch it all
Diffstat (limited to 'diskdev_cmds/Makefile')
-rw-r--r--diskdev_cmds/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/diskdev_cmds/Makefile b/diskdev_cmds/Makefile
new file mode 100644
index 0000000..0ea0640
--- /dev/null
+++ b/diskdev_cmds/Makefile
@@ -0,0 +1,18 @@
+SUBDIR= dev_mkdb.tproj \
+ edquota.tproj \
+ fdisk.tproj \
+ fsck.tproj \
+ fstyp.tproj \
+ fuser.tproj \
+ mount_devfs.tproj \
+ mount_fdesc.tproj \
+ mount.tproj \
+ quota.tproj \
+ quotacheck.tproj \
+ quotaon.tproj \
+ repquota.tproj \
+ setclass.tproj \
+ vndevice.tproj \
+ vsdbutil.tproj
+
+.include <bsd.subdir.mk>