summaryrefslogtreecommitdiffstats
path: root/lib/libelf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libelf/Makefile')
-rw-r--r--lib/libelf/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libelf/Makefile b/lib/libelf/Makefile
index 06ea0b8..7a4a492 100644
--- a/lib/libelf/Makefile
+++ b/lib/libelf/Makefile
@@ -49,12 +49,10 @@ SRCS= elf_begin.c \
${GENSRCS}
INCS= libelf.h gelf.h
-GENSRCS+= libelf_fsize.c libelf_msize.c libelf_convert.c
-CLEANFILES+= ${GENSRCS}
+GENSRCS= libelf_fsize.c libelf_msize.c libelf_convert.c
+CLEANFILES= ${GENSRCS}
CFLAGS+= -I. -I${.CURDIR}
-OBJS+= libelf_convert.o libelf_fsize.o libelf_msize.o
-
OSRELDATE!= sysctl -n kern.osreldate
SHLIB_MAJOR= 1
OpenPOWER on IntegriCloud