diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 2000-01-14 07:57:47 +0000 |
| commit | d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947 (patch) | |
| tree | eb6fb1d114d443d91bf0dfbd4b2abce399113c75 /lib/libmenu | |
| parent | fccf86c1a443ed9e2359c8a05e6ec462078e5629 (diff) | |
Notes
Diffstat (limited to 'lib/libmenu')
| -rw-r--r-- | lib/libmenu/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libmenu/Makefile b/lib/libmenu/Makefile index 11fb19de91de..e6ed97e0db7d 100644 --- a/lib/libmenu/Makefile +++ b/lib/libmenu/Makefile @@ -11,14 +11,9 @@ SRCS= m_attribs.c m_cursor.c m_driver.c m_format.c m_global.c m_hook.c \ m_item_cur.c m_item_nam.c m_item_new.c m_item_opt.c m_item_use.c \ m_item_val.c m_item_vis.c m_items.c m_new.c m_opts.c m_post.c \ m_req_name.c m_spacing.c m_userptr.c m_win.c +INCS= ${NCURSES}/menu/menu.h ${NCURSES}/menu/eti.h CFLAGS+= -I${.CURDIR}/../libncurses -I${NCURSES}/menu -I${NCURSES}/include \ -Wall -DNDEBUG -DHAVE_CONFIG_H -beforeinstall: -.for i in menu.h eti.h - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${NCURSES}/menu/$i \ - ${DESTDIR}/usr/include -.endfor - .include <bsd.lib.mk> |
