From abda1f5e3c2e63fb54b36407fd8173ed6979e978 Mon Sep 17 00:00:00 2001 From: David Malone Date: Sat, 30 Mar 2002 14:01:55 +0000 Subject: [PATCH] Don't use gcc specific flags. --- usr.bin/fstat/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 6cf4c59afe8..80c61c7068b 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