diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-05-10 11:59:14 -0400 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-05-10 14:59:06 -0400 |
| commit | 0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d (patch) | |
| tree | 6c00373b0ec2a5f83ddad990b0ed347675bfa57d /shell_cmds/test | |
| parent | b9db19b71926ba1d2b0722a43cf538bf139fc0d9 (diff) | |
| download | apple_cmds-0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d.tar.gz apple_cmds-0d0ad219a6366e30e1b1ae41f79c8e10a21ade6d.zip | |
shell_cmds: All compiled
Diffstat (limited to 'shell_cmds/test')
| -rw-r--r-- | shell_cmds/test/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell_cmds/test/Makefile b/shell_cmds/test/Makefile new file mode 100644 index 0000000..562c968 --- /dev/null +++ b/shell_cmds/test/Makefile @@ -0,0 +1,8 @@ +BINDIR=/bin + +PROG= test +MAN= [.1 test.1 + +LINKS= ${BINDIR}/test ${BINDIR}/[ + +.include <bsd.prog.mk> |
