History log of /netbsd-src/lib/libmenu/Makefile (Results 1 – 9 of 9)
Revision Date Author Comments
# dfc0f528 27-Jun-2012 jdf <jdf@NetBSD.org>

Add manpage link entries for libmenu, reformat MAN entry.
On the way, sort the mi list for comp alphabetically.


# cb41266e 11-Mar-2008 joerg <joerg@NetBSD.org>

Depends on libcurses.


# eeeb9703 29-Jul-2002 blymn <blymn@NetBSD.org>

Add conditional with the debug stuff in it so a debug version of libmenu
can be built by defining DEBUG_MENUS in the environment.


# 67df04e6 30-Apr-2001 blymn <blymn@NetBSD.org>

Removed DESTDIR from INCSDIR - it gets prepended without doing this.


# 7047f1be 30-Apr-2001 blymn <blymn@NetBSD.org>

Added DESTDIR to the INCSDIR.


# b7466e4f 16-Dec-1999 blymn <blymn@NetBSD.org>

* Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h and
killed the now empty ifdef in menu.h. Also removed the define in
the CFLAGS in Makefile.
* Renamed _menui_menu_hook to Menu_

* Moved the contents of the EXPOSE_PRIVATES ifdef into internal.h and
killed the now empty ifdef in menu.h. Also removed the define in
the CFLAGS in Makefile.
* Renamed _menui_menu_hook to Menu_Hook for compatiability with
ncurses.
* Renamed all internal functions to have _menui prefix instead of
__menui
* Cleaned up some automatic function variable names that were
shadowing function calls.
* Fixed email address in headers.

show more ...


# 6891118e 24-Nov-1999 kleink <kleink@NetBSD.org>

RCS Id police.


# beac10a2 24-Nov-1999 kleink <kleink@NetBSD.org>

Move preprocessor symbols used for multiple inclusion protection and private
interface exposure into implementation namespace.


# b68c50bc 23-Nov-1999 blymn <blymn@NetBSD.org>

A curses based menu library.