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