summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Collapse)Author
2019-12-01Makefile improvementsHiltjo Posthuma
- remove double -c in .c.o target. - remove config.mk abstraction. - change LIBS and INCS to LIBGIT_INC and LIBGIT_LIB. - use system cflags and ldflags, but allow the same override rules for porters.
2019-02-16Makefile: add DOCPREFIX for installing docs in portsHiltjo Posthuma
change installed doc from /usr/local/share/stagit to /usr/local/share/doc/stagit
2018-05-25assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma
2017-12-07Remove a non-portable syntax in MakefileQuentin Rameau
2016-07-02config.mk: remove -lcHiltjo Posthuma
Thanks quinq! POSIX/quinq says: "In the absence of options that inhibit invocation of the link editor, such as -c or -E, the c99 utility shall cause the equivalent of a -l c option to be passed to the link editor after the last pathname operand or -l option, causing it to be searched after all other object files and libraries are loaded."
2016-05-03add OpenBSD pledge(2) support using -DUSE_PLEDGEHiltjo Posthuma
2016-03-20Makefile: separate CPPFLAGS, compile optimized build by defaultHiltjo Posthuma
2016-02-24config.mk: add -D_DEFAULT_SOURCE to commented buildsHiltjo Posthuma
2016-01-13stop glibc complaining about _BSD_SOURCE being deprecatedQuentin Rameau
2016-01-06No need for -D_POSIX_C_SOURCE=200809Lsin
XOPEN is a superset.
2016-01-06Always use the compat functionssin
2016-01-06Bring in reallocarray() from OpenBSDsin
2016-01-06Change default MANPREFIX to be ${PREFIX}/mansin
2015-12-26rename EXTRAOBJ to COMPATOBJHiltjo Posthuma
2015-12-25compat: add strlcpy, strlcat, for glibcHiltjo Posthuma
2015-12-05add Makefile and config.mkHiltjo Posthuma