diff options
| author | simonb <simonb@NetBSD.org> | 2006-02-25 12:04:23 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2006-02-25 12:04:23 +0000 |
| commit | 5cfbf7bf76ee8e0e2121ef057fc1ae360b58a91c (patch) | |
| tree | d926222e230db1aeb4b8742dc2f0b930792d35b5 /games/backgammon | |
| parent | bee087d4cc9cabfd4802f0dd0433b452e27424e9 (diff) | |
Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT.
Diffstat (limited to 'games/backgammon')
| -rw-r--r-- | games/backgammon/common_source/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/backgammon/common_source/Makefile b/games/backgammon/common_source/Makefile index 1d91ed777c8..7dc8044754e 100644 --- a/games/backgammon/common_source/Makefile +++ b/games/backgammon/common_source/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2002/09/18 06:16:39 lukem Exp $ +# $NetBSD: Makefile,v 1.8 2006/02/25 12:04:23 simonb Exp $ -NOLINKLIB= # defined -NOLINT= # defined -NOPIC= # defined -NOPROFILE= # defined +MKPRIVATELIB= yes LIB= common SRCS= allow.c board.c check.c fancy.c init.c odds.c \ |
