diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-14 00:50:05 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-07-14 00:50:05 +0000 |
commit | 4fe32e9f165f509fd9c8c96a2bb4aaa317b5fd93 (patch) | |
tree | 4284a00e22446ed0e02429b8516491403c18e119 /regress | |
parent | 68d2a0ded32c187d19812e850a3df8ccec4f6848 (diff) |
Sort SUBDIRs.
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/Makefile b/regress/lib/Makefile index e761c9a485b..a7fb1d6430a 100644 --- a/regress/lib/Makefile +++ b/regress/lib/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.15 2014/04/15 18:01:42 miod Exp $ +# $OpenBSD: Makefile,v 1.16 2014/07/14 00:50:04 jsing Exp $ -SUBDIR+= libc libcrypto libpthread csu libssl libskey libm libevent libutil +SUBDIR+= csu libc libcrypto libevent libm libpthread libskey libssl libutil install: |