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/uudecode | |
| parent | cf7726234760b8310f32e5ef4ad770675cfcf424 (diff) | |
| download | apple_cmds-f3f0c5b5d89dc659d01a8a29ca50dd389ce706c1.tar.gz apple_cmds-f3f0c5b5d89dc659d01a8a29ca50dd389ce706c1.zip | |
basic_cmds: Makefiles
Diffstat (limited to 'basic_cmds/uudecode')
| -rw-r--r-- | basic_cmds/uudecode/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basic_cmds/uudecode/Makefile b/basic_cmds/uudecode/Makefile new file mode 100644 index 0000000..e46ca33 --- /dev/null +++ b/basic_cmds/uudecode/Makefile @@ -0,0 +1,5 @@ +PROG= uudecode +SRCS= uudecode.c \ + base64.c + +.include <bsd.prog.mk> |
