summaryrefslogtreecommitdiff
path: root/scripts/makefile.openbsd
diff options
context:
space:
mode:
authorCosmin Truta <ctruta@gmail.com>2020-03-29 23:58:29 -0400
committerCosmin Truta <ctruta@gmail.com>2020-03-29 23:58:29 -0400
commit3cec1a16f5ec9ad925ce71785a2b429b02de5fec (patch)
tree089ccd75f4d9262554ddcb5552cfbd9821077fbf /scripts/makefile.openbsd
parent50bd1abdb1ebd53dde48052e651cedb79a2bf001 (diff)
downloadlibpng-3cec1a16f5ec9ad925ce71785a2b429b02de5fec.tar.gz
scripts: Clean up the makefiles
Delete variables (ALIGN, ARCH, DOCS) and targets (writelock) that are no longer necessary. Reorder the object file lists alphabetically, consistently across all makefiles and build scripts. Apply other minor fixes.
Diffstat (limited to 'scripts/makefile.openbsd')
-rw-r--r--scripts/makefile.openbsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.openbsd b/scripts/makefile.openbsd
index b3aec33d1..2061a1eb7 100644
--- a/scripts/makefile.openbsd
+++ b/scripts/makefile.openbsd
@@ -15,8 +15,8 @@ SHLIB_MINOR= 1.6.38.git
LIB= png
SRCS= png.c pngerror.c pngget.c pngmem.c pngpread.c \
- pngread.c pngrio.c pngrtran.c pngrutil.c pngset.c pngtrans.c \
- pngwio.c pngwrite.c pngwtran.c pngwutil.c
+ pngread.c pngrio.c pngrtran.c pngrutil.c pngset.c \
+ pngtrans.c pngwio.c pngwrite.c pngwtran.c pngwutil.c
HDRS= png.h pngconf.h pnglibconf.h
MAN= libpng.3 libpngpf.3 png.5
DOCS= ANNOUNCE CHANGES INSTALL KNOWNBUG LICENSE README TODO \