diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-01-13 02:45:36 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-01-13 02:45:36 +0000 |
commit | ee6e598bd3765c94b5f0fe29c4bea5ce62eaf1ea (patch) | |
tree | fe4f8fa2572ef416f2a374fa1712db2b97d6f20b /comms/Makefile | |
parent | df9e7af8bfa219583ef6318fda7a9c3995556c48 (diff) | |
download | pkgsrc-ee6e598bd3765c94b5f0fe29c4bea5ce62eaf1ea.tar.gz |
comms/Makefile: sort entries
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/Makefile b/comms/Makefile index b45147e2f85..0cd88b5c6c0 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.128 2022/01/11 19:12:31 adam Exp $ +# $NetBSD: Makefile,v 1.129 2022/01/13 02:45:36 gutteridge Exp $ # COMMENT= Telephony and serial communication utilities @@ -64,8 +64,8 @@ SUBDIR+= pilot-link SUBDIR+= pilot-link-libs SUBDIR+= pilotmgr SUBDIR+= plp -SUBDIR+= py-clikit SUBDIR+= py-cleo +SUBDIR+= py-clikit SUBDIR+= py-colorama SUBDIR+= py-enrich SUBDIR+= py-esptool |