diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-09 15:23:41 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-09 15:23:41 -0400 |
| commit | f3f0c5b5d89dc659d01a8a29ca50dd389ce706c1 (patch) | |
| tree | 4bdaef647058361370fe8b28f9b66351ae9b013b /basic_cmds/mesg | |
| parent | cf7726234760b8310f32e5ef4ad770675cfcf424 (diff) | |
| download | apple_cmds-f3f0c5b5d89dc659d01a8a29ca50dd389ce706c1.tar.gz apple_cmds-f3f0c5b5d89dc659d01a8a29ca50dd389ce706c1.zip | |
basic_cmds: Makefiles
Diffstat (limited to 'basic_cmds/mesg')
| -rw-r--r-- | basic_cmds/mesg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/basic_cmds/mesg/Makefile b/basic_cmds/mesg/Makefile new file mode 100644 index 0000000..02a02d8 --- /dev/null +++ b/basic_cmds/mesg/Makefile @@ -0,0 +1,3 @@ +PROG= mesg + +.include <bsd.prog.mk> |
