diff options
author | wiz <wiz@pkgsrc.org> | 2022-05-05 06:48:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-05-05 06:48:51 +0000 |
commit | 562564116c4b1311c5714fbad82c035e301ef321 (patch) | |
tree | 3993037633f310d2db1cb03247fe40e0b8cea484 | |
parent | a46bdcf48d367a87961f423440e2eeeda6b4e920 (diff) | |
download | pkgsrc-562564116c4b1311c5714fbad82c035e301ef321.tar.gz |
net/Makefile: sort
-rw-r--r-- | net/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile b/net/Makefile index 06f8ce5c457..c4f27b6e82f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1459 2022/05/04 15:19:24 manu Exp $ +# $NetBSD: Makefile,v 1.1460 2022/05/05 06:48:51 wiz Exp $ # COMMENT= Networking tools @@ -405,8 +405,8 @@ SUBDIR+= nagios-plugin-dotpid SUBDIR+= nagios-plugin-dumpdates SUBDIR+= nagios-plugin-fstab SUBDIR+= nagios-plugin-gfbricks -SUBDIR+= nagios-plugin-lpd SUBDIR+= nagios-plugin-ldap +SUBDIR+= nagios-plugin-lpd SUBDIR+= nagios-plugin-milter SUBDIR+= nagios-plugin-mysql SUBDIR+= nagios-plugin-mysqlslave |