summaryrefslogtreecommitdiff
path: root/lib/libcurses/Makefile
AgeCommit message (Collapse)Author
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1997-02-27Undo last change. nawk == awk in our tree, and no different behaviour isThorsten Lockert
seen by invoking it as nawk. The problem this change claimed to correct must have had another source.
1997-02-27awk fails to create a couple of files during the build. nawk does theAngelos D. Keromytis
deed.
1997-02-09do not make changes here that hide a problem which needs fixingTheo de Raadt
1997-01-07don't use LDADD+=-ltermlib on the mips - because it causes problemsThomas Graichen
with the linker (weak symbols)
1996-12-16Generate library versions of macro implementations as wellThorsten Lockert
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-06-19OpenBSD RCSIDNiklas Hallqvist
1996-06-16The man page for wresize() was accidentally omittedThorsten Lockert
1996-06-02Install ncurses as -lcurses and <curses.h>Thorsten Lockert
Install BSD curses library as -locurses and <ocurses.h>
1996-05-06hard-code the include installation path (mostly for speed)Theo de Raadt
1996-05-04commented out includes install renamedTheo de Raadt
1995-10-24install curses.h from src/includeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt