diff options
author | nonaka <nonaka@pkgsrc.org> | 2016-05-06 09:05:46 +0000 |
---|---|---|
committer | nonaka <nonaka@pkgsrc.org> | 2016-05-06 09:05:46 +0000 |
commit | 32b6529411ea873bb85b78eff68a65ca76d92ffc (patch) | |
tree | fa665fbb623defeaea297b40563e52da26296119 | |
parent | e5887ea1b0d55b938993ea59f195a1ed931aa09d (diff) | |
download | pkgsrc-32b6529411ea873bb85b78eff68a65ca76d92ffc.tar.gz |
Add iwatch
-rw-r--r-- | misc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index a6480c206f9..15c039edec4 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.466 2016/03/16 15:34:01 tsutsui Exp $ +# $NetBSD: Makefile,v 1.467 2016/05/06 09:05:46 nonaka Exp $ # COMMENT= Miscellaneous utilities @@ -109,6 +109,7 @@ SUBDIR+= howm SUBDIR+= ibutton-pdkit SUBDIR+= ipbt SUBDIR+= iselect +SUBDIR+= iwatch SUBDIR+= ja-less SUBDIR+= ja-man SUBDIR+= jhd |