diff options
author | pho <pho@pkgsrc.org> | 2022-02-16 09:18:48 +0000 |
---|---|---|
committer | pho <pho@pkgsrc.org> | 2022-02-16 09:18:48 +0000 |
commit | dfb899ad476fd4649c373f4f420e35a501f604d0 (patch) | |
tree | 41949368173fcd1998991908761bc08ca48b7133 | |
parent | dd321757463bff41067ecb659f36b99d376b2fb9 (diff) | |
download | pkgsrc-dfb899ad476fd4649c373f4f420e35a501f604d0.tar.gz |
net/Makefile: + hs-network-bsd
-rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index c3bec25af85..28725216f97 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1443 2022/02/13 08:43:24 wiz Exp $ +# $NetBSD: Makefile,v 1.1444 2022/02/16 09:18:48 pho Exp $ # COMMENT= Networking tools @@ -247,6 +247,7 @@ SUBDIR+= hs-connection SUBDIR+= hs-iproute SUBDIR+= hs-mime-types SUBDIR+= hs-network +SUBDIR+= hs-network-bsd SUBDIR+= hs-network-byte-order SUBDIR+= hs-network-info SUBDIR+= hs-network-uri |