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

This commit is contained in:
Andrew Turner 2012-06-24 09:19:24 +00:00
parent c312fb4adc
commit 6b14dddf9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=237531

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