diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2024-02-08 20:28:55 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2024-02-08 20:28:55 +0000 |
commit | fa0db14a4595cffa2f5e2169461265acd8c4714e (patch) | |
tree | f43d285971ad899f361a23eacf2309e8288a5e6d /lib/libcurses | |
parent | 74f508cd641d1c66166e4e24341defcd910aeeb7 (diff) |
Feed more generated files to the clean target; joint work with naddy@
Diffstat (limited to 'lib/libcurses')
-rw-r--r-- | lib/libcurses/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 027a876ea4d..be6b83d6c67 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 2023/10/17 09:52:08 nicm Exp $ +# $OpenBSD: Makefile,v 1.76 2024/02/08 20:28:54 miod Exp $ LIB= curses @@ -72,12 +72,12 @@ MAN= curs_add_wch.3 curs_add_wchstr.3 curs_addch.3 curs_addchstr.3 \ wresize.3 GENERATED= codes.c comp_captab.c comp_userdefs.c expanded.c fallback.c \ init_keytry.h keys.list lib_gen.c lib_keyname.c make_hash make_keys \ - names.c + names.c unctrl.c CAPLIST = ${.CURDIR}/Caps USE_BIG_STRINGS = 1 -CLEANFILES+= ${GENERATED} +CLEANFILES+= ${GENERATED} make_hash.d make_keys.d BUILDFIRST = ${GENERATED} |