diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2002-03-30 17:19:40 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2002-03-30 17:19:40 +0000 |
commit | 9f21a968eb9f6d9e24828fab803377b15e0dbd18 (patch) | |
tree | 674a286c52872c5f7d3b1d01ac2422bb4774a9d9 /usr.bin/gcore | |
parent | aafb6b12f80921401f374f773995cc7bcd87c2eb (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 |