diff options
author | wiz <wiz> | 2002-03-14 15:15:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 15:15:43 +0000 |
commit | 6cdbe0259891fc32c97c3d2632fc4e0fd9f05e91 (patch) | |
tree | f829ecaa6722d915e35905e6051979ccf27f7c22 | |
parent | 939a85d0fd14b747083ac6580da1799f68637ea7 (diff) | |
download | pkgsrc-6cdbe0259891fc32c97c3d2632fc4e0fd9f05e91.tar.gz |
Add and enable bbpager.
-rw-r--r-- | wm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/Makefile b/wm/Makefile index 4b9ac959184..9ac401d3fb3 100644 --- a/wm/Makefile +++ b/wm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/03/04 15:59:32 fredb Exp $ +# $NetBSD: Makefile,v 1.22 2002/03/14 15:15:43 wiz Exp $ # COMMENT= window managers (for X) @@ -9,6 +9,7 @@ SUBDIR+= amaterus SUBDIR+= amiwm SUBDIR+= bbkeys SUBDIR+= bbkeys-qt +SUBDIR+= bbpager SUBDIR+= blackbox SUBDIR+= ctwm SUBDIR+= econf |