diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-09 15:20:31 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-09 15:20:31 -0400 |
| commit | cf7726234760b8310f32e5ef4ad770675cfcf424 (patch) | |
| tree | 0eaa40d13aa7e70becbd65c41da7731808dcd666 /diskdev_cmds/vsdbutil.tproj | |
| parent | 245fad093fb2344f571a615c51b44d265cca26db (diff) | |
| download | apple_cmds-cf7726234760b8310f32e5ef4ad770675cfcf424.tar.gz apple_cmds-cf7726234760b8310f32e5ef4ad770675cfcf424.zip | |
diskdev_cmds: Patch it all
Diffstat (limited to 'diskdev_cmds/vsdbutil.tproj')
| -rw-r--r-- | diskdev_cmds/vsdbutil.tproj/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/diskdev_cmds/vsdbutil.tproj/Makefile b/diskdev_cmds/vsdbutil.tproj/Makefile new file mode 100644 index 0000000..6e16426 --- /dev/null +++ b/diskdev_cmds/vsdbutil.tproj/Makefile @@ -0,0 +1,8 @@ +PROG= vsdbutil +MAN= vsdbutil.8 +SRCS= vsdbutil_main.c \ + mount_flags.c + +.PATH: ../mount_flags_dir + +.include <bsd.prog.mk> |
