diff options
Diffstat (limited to 'usr.bin/stat/Makefile')
-rw-r--r-- | usr.bin/stat/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile deleted file mode 100644 index 0c95721859c0..000000000000 --- a/usr.bin/stat/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD$ - -PROG= stat -MAN= stat.1 -SRCS= stat.c -WARNS?= 2 - -.include <bsd.prog.mk> |