Skip to content

Commit

Permalink
lang/Makefile: sort entries
Browse files Browse the repository at this point in the history
  • Loading branch information
dhgutteridge committed Jan 26, 2023
1 parent c1fb5e6 commit dd239a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lang/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.674 2023/01/21 13:53:55 taca Exp $
# $NetBSD: Makefile,v 1.675 2023/01/26 02:44:19 gutteridge Exp $
#

COMMENT= Programming languages
Expand Down Expand Up @@ -278,10 +278,10 @@ SUBDIR+= ruby27
SUBDIR+= ruby27-base
SUBDIR+= ruby30
SUBDIR+= ruby30-base
SUBDIR+= ruby32
SUBDIR+= ruby32-base
SUBDIR+= ruby31
SUBDIR+= ruby31-base
SUBDIR+= ruby32
SUBDIR+= ruby32-base
SUBDIR+= runawk
SUBDIR+= rust
SUBDIR+= rust-bin
Expand Down

0 comments on commit dd239a5

Please sign in to comment.