aboutsummaryrefslogtreecommitdiff
path: root/config.mk
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: add DOCPREFIX for installing docs in portsHiltjo Posthuma2019-02-161-0/+1
| | | | change installed doc from /usr/local/share/stagit to /usr/local/share/doc/stagit
* assume OpenBSD 5.9+, always try pledge(2) on OpenBSDHiltjo Posthuma2018-05-251-3/+0
|
* Remove a non-portable syntax in MakefileQuentin Rameau2017-12-071-1/+1
|
* config.mk: remove -lcHiltjo Posthuma2016-07-021-1/+1
| | | | | | | | | | | 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."
* add OpenBSD pledge(2) support using -DUSE_PLEDGEHiltjo Posthuma2016-05-031-3/+7
|
* Makefile: separate CPPFLAGS, compile optimized build by defaultHiltjo Posthuma2016-03-201-8/+6
|
* config.mk: add -D_DEFAULT_SOURCE to commented buildsHiltjo Posthuma2016-02-241-2/+2
|
* stop glibc complaining about _BSD_SOURCE being deprecatedQuentin Rameau2016-01-131-1/+1
|
* No need for -D_POSIX_C_SOURCE=200809Lsin2016-01-061-3/+3
| | | | XOPEN is a superset.
* Always use the compat functionssin2016-01-061-5/+0
|
* Bring in reallocarray() from OpenBSDsin2016-01-061-2/+2
|
* Change default MANPREFIX to be ${PREFIX}/mansin2016-01-061-1/+1
|
* rename EXTRAOBJ to COMPATOBJHiltjo Posthuma2015-12-261-1/+1
|
* compat: add strlcpy, strlcat, for glibcHiltjo Posthuma2015-12-251-0/+5
|
* add Makefile and config.mkHiltjo Posthuma2015-12-051-0/+30