diff options
-rw-r--r-- | usr.bin/fstat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 6cf4c59..80c61c7 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -3,7 +3,6 @@ PROG= fstat SRCS= cd9660.c fstat.c msdosfs.c -CFLAGS+=-Wall DPADD= ${LIBKVM} LDADD= -lkvm BINGRP= kmem |