Add the sys directory we create to the list of items to clean.

This commit is contained in:
andrew 2012-06-24 09:19:24 +00:00
parent 1b86b779b2
commit 422f597a37

View File

@ -65,6 +65,7 @@ SRCS+= sys/elf32.h sys/elf64.h sys/elf_common.h
GENSRCS= libelf_fsize.c libelf_msize.c libelf_convert.c
CLEANFILES= ${GENSRCS}
CLEANDIRS= sys
CFLAGS+= -I${.CURDIR} -I.
sys/elf32.h sys/elf64.h sys/elf_common.h: sys