diff options
author | wulf <wulf> | 2004-12-27 09:12:08 +0000 |
---|---|---|
committer | wulf <wulf> | 2004-12-27 09:12:08 +0000 |
commit | be98f112f362693c5dfd2539694a9d152db8a4ae (patch) | |
tree | fa08d080c52f438f0a2fc40a2ce906216b927b1f /misc | |
parent | cccaf1d9f1c82a726e55533dd94d890af3ffc922 (diff) | |
download | pkgsrc-be98f112f362693c5dfd2539694a9d152db8a4ae.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 |