summaryrefslogtreecommitdiff
path: root/games/larn/Makefile
AgeCommit message (Collapse)Author
2000-06-29Prune some obsolete defines, in particular VT100. Eventually curses willPaul Janzen
replace termios. Use system-defined limits for path lengths and usernames. Use strlcpy() for convenience and to avoid a possible buffer overflow or two. Various small tweaks.
1999-03-27Changes from FreeBSD: install score files, use random(), and be more carefulPaul Janzen
on exec.
1999-01-01typoTodd C. Miller
1998-12-31Add ${PIPE}; evanc@concer.toTodd C. Miller
1998-10-01'Spam' winners a bit more safelyPaul Janzen
1998-09-15NetBSD merge; also renamed some functions so as not to conflict with cursesPaul Janzen
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1997-09-21$OpenBSD$Theo de Raadt
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.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-06-02Always use -ltermlib when linking with -lcursesThorsten Lockert
Depend on LIBTERMCAP and LIBTERMLIB as appropriate
1995-10-18initial import of NetBSD treeTheo de Raadt