diff options
author | drochner <drochner> | 2003-07-28 14:58:07 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-07-28 14:58:07 +0000 |
commit | 27be2fa6f7efc5a1d5f7e3031d97143a8162c4d4 (patch) | |
tree | 87e2213f8e6b1eb67e663d1c7139e1cd3943cffd /misc | |
parent | db41441cc00025e5c76868889ba631ff7c99b7dc (diff) | |
download | pkgsrc-27be2fa6f7efc5a1d5f7e3031d97143a8162c4d4.tar.gz |
add routeplanner
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 821424fe773..f5f08d97b38 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2003/07/24 07:09:06 agc Exp $ +# $NetBSD: Makefile,v 1.163 2003/07/28 14:58:07 drochner Exp $ # COMMENT= Miscellaneous utilities @@ -126,6 +126,7 @@ SUBDIR+= qterm SUBDIR+= reed SUBDIR+= root SUBDIR+= root-tail +SUBDIR+= routeplanner-cli SUBDIR+= rpm SUBDIR+= sch SUBDIR+= sci |