diff options
author | mux <mux@FreeBSD.org> | 2002-09-18 21:16:17 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-09-18 21:16:17 +0000 |
commit | f5582a64c04362d100b455932eabb787fb3b4bad (patch) | |
tree | c249de4f94867ac78797ad152268246515e9f8f1 /lib/libncurses | |
parent | 9f1deafca172932c62a64107086bb875a4e22e8d (diff) | |
download | FreeBSD-src-f5582a64c04362d100b455932eabb787fb3b4bad.zip FreeBSD-src-f5582a64c04362d100b455932eabb787fb3b4bad.tar.gz |
Add a missing file into the CLEANFILES variable.
Approved by: peter
Diffstat (limited to 'lib/libncurses')
-rw-r--r-- | lib/libncurses/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index f7d46ed..12cb9e3 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -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 |