diff options
author | wulf <wulf@pkgsrc.org> | 2004-12-27 09:12:08 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2004-12-27 09:12:08 +0000 |
commit | f2a539daf2f484bbb2721a35aea577f2f94a7a1f (patch) | |
tree | fa08d080c52f438f0a2fc40a2ce906216b927b1f /misc | |
parent | aadd745f3d74b6c91445c2469ff1f33511786288 (diff) | |
download | pkgsrc-f2a539daf2f484bbb2721a35aea577f2f94a7a1f.tar.gz |
Added and enabled qbrew - a homebrewer's recipe calculator
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index dbf5af01152..05166cec11e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.222 2004/12/26 15:56:21 wiz Exp $ +# $NetBSD: Makefile,v 1.223 2004/12/27 09:12:08 wulf Exp $ # COMMENT= Miscellaneous utilities @@ -150,6 +150,7 @@ SUBDIR+= pinfo SUBDIR+= proj SUBDIR+= proj-doc SUBDIR+= pty-redir +SUBDIR+= qbrew SUBDIR+= qterm SUBDIR+= reed SUBDIR+= root |