summaryrefslogtreecommitdiff
path: root/usr.bin/gcore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/gcore/Makefile')
-rw-r--r--usr.bin/gcore/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/gcore/Makefile b/usr.bin/gcore/Makefile
index 7f6a3eed905a..664813febb92 100644
--- a/usr.bin/gcore/Makefile
+++ b/usr.bin/gcore/Makefile
@@ -1,8 +1,7 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= gcore
-SRCS= elfcore.c gcore.c
-CFLAGS+=-Wall
+SRCS= gcore.c
DPADD= ${LIBKVM}
LDADD= -lkvm