diff options
author | jaapb <jaapb@pkgsrc.org> | 2014-11-19 12:02:05 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2014-11-19 12:02:05 +0000 |
commit | 4b96da0f22773cd5c8bd5ca57ef10f344a81f32e (patch) | |
tree | 87a11c21a63e163f564864a83157e93381a9990c | |
parent | 824133a910eb9223449d4205dd404a9d16cccab8 (diff) | |
download | pkgsrc-4b96da0f22773cd5c8bd5ca57ef10f344a81f32e.tar.gz |
Added ocaml-ipaddr to Makefile SUBDIRs
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index ef539468270..c6403c52678 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1043 2014/11/14 09:42:58 jnemeth Exp $ +# $NetBSD: Makefile,v 1.1044 2014/11/19 12:02:05 jaapb Exp $ # COMMENT= Networking tools @@ -377,6 +377,7 @@ SUBDIR+= nslint SUBDIR+= nstx SUBDIR+= ntop SUBDIR+= ntp4 +SUBDIR+= ocaml-ipaddr SUBDIR+= ocamlnet SUBDIR+= ocsinventory-agent SUBDIR+= ocsync |