summaryrefslogtreecommitdiffstats
path: root/usr.bin/gcore
diff options
context:
space:
mode:
authordwmalone <dwmalone@FreeBSD.org>2002-03-30 17:19:40 +0000
committerdwmalone <dwmalone@FreeBSD.org>2002-03-30 17:19:40 +0000
commit9f21a968eb9f6d9e24828fab803377b15e0dbd18 (patch)
tree674a286c52872c5f7d3b1d01ac2422bb4774a9d9 /usr.bin/gcore
parentaafb6b12f80921401f374f773995cc7bcd87c2eb (diff)
downloadFreeBSD-src-9f21a968eb9f6d9e24828fab803377b15e0dbd18.zip
FreeBSD-src-9f21a968eb9f6d9e24828fab803377b15e0dbd18.tar.gz
Don't use gcc specific flags.
Diffstat (limited to 'usr.bin/gcore')
-rw-r--r--usr.bin/gcore/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile
index f495ecb..e2700ab 100644
--- a/usr.bin/gcore/Makefile
+++ b/usr.bin/gcore/Makefile
@@ -3,7 +3,6 @@
PROG= gcore
SRCS= elfcore.c gcore.c
-CFLAGS+=-Wall
DPADD= ${LIBKVM}
LDADD= -lkvm
OpenPOWER on IntegriCloud