diff options
author | rh <rh> | 2000-02-19 22:34:56 +0000 |
---|---|---|
committer | rh <rh> | 2000-02-19 22:34:56 +0000 |
commit | ecd4827f817323adcfc82e522ac9e19ecc47d5f8 (patch) | |
tree | 1a90942304c21e8d0609f8d805756e74eab014a1 | |
parent | 1273caf58a7ea32ba9300240aee357b256bab80b (diff) | |
download | pkgsrc-ecd4827f817323adcfc82e522ac9e19ecc47d5f8.tar.gz |
Add and enable plib
-rw-r--r-- | games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index ca16a991783..7703cc221fc 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2000/02/02 06:53:21 itojun Exp $ +# $NetBSD: Makefile,v 1.80 2000/02/19 22:34:56 rh Exp $ # FreeBSD Id: Makefile,v 1.87 1997/10/15 04:58:31 max Exp # @@ -60,6 +60,7 @@ # SUBDIR += oonsoo SUBDIR += omega SUBDIR += pacman + SUBDIR += plib SUBDIR += pysol # SUBDIR += qcc # SUBDIR += quake |