diff options
author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-26 06:18:55 +0000 |
---|---|---|
committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-26 06:18:55 +0000 |
commit | 4b88c807ea9c629dc5691abc7e3cac9ea0d776dd (patch) | |
tree | a0ed2782ab2ff5ad5db9841d4dc4cd101011351e /bin/chmod/Makefile | |
parent | 02fab103c2c95a70fba081eca1f9c05e6665b872 (diff) |
Notes
Diffstat (limited to 'bin/chmod/Makefile')
-rw-r--r-- | bin/chmod/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/chmod/Makefile b/bin/chmod/Makefile new file mode 100644 index 000000000000..f28bcfeda971 --- /dev/null +++ b/bin/chmod/Makefile @@ -0,0 +1,5 @@ +# @(#)Makefile 8.1 (Berkeley) 5/31/93 + +PROG= chmod + +.include <bsd.prog.mk> |