diff options
Diffstat (limited to 'bin/cat/Makefile')
-rw-r--r-- | bin/cat/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/cat/Makefile b/bin/cat/Makefile new file mode 100644 index 0000000..c2d7cb5 --- /dev/null +++ b/bin/cat/Makefile @@ -0,0 +1,5 @@ +# @(#)Makefile 8.1 (Berkeley) 5/31/93 + +PROG= cat + +.include <bsd.prog.mk> |