From abc20e723e42736b496a4b8adde382579e2f6636 Mon Sep 17 00:00:00 2001 From: dwmalone Date: Sat, 30 Mar 2002 14:01:55 +0000 Subject: 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 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 -- cgit v1.1