mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a missing file into the CLEANFILES variable.
Approved by: peter
This commit is contained in:
parent
23bfdc2d66
commit
cef7a339ba
2 changed files with 2 additions and 2 deletions
|
|
@ -224,7 +224,7 @@ DBGSRCS=lib_traceatr.c \
|
|||
SRCS+= termcap.c
|
||||
|
||||
CLEANFILES+= ${GENSRC} ${GENHDR} keys.tries make_hash term.h.new \
|
||||
make_keys MKterm.h.awk comp_captab.c \
|
||||
make_keys MKterm.h.awk comp_captab.c curses.head \
|
||||
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
||||
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@ DBGSRCS=lib_traceatr.c \
|
|||
SRCS+= termcap.c
|
||||
|
||||
CLEANFILES+= ${GENSRC} ${GENHDR} keys.tries make_hash term.h.new \
|
||||
make_keys MKterm.h.awk comp_captab.c \
|
||||
make_keys MKterm.h.awk comp_captab.c curses.head \
|
||||
namehdr nameftr codeftr ${NAMESRC} ${CODESRC}
|
||||
|
||||
SYMLINKS+=libncurses.a ${LIBDIR}/libcurses.a
|
||||
|
|
|
|||
Loading…
Reference in a new issue