aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/drill/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-1/+1
| | | | | | | | | | | | Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice) Notes: svn path=/head/; revision=315170
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-3/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* Rework privatelib/internallibBaptiste Daroussin2014-08-061-1/+1
| | | | | | | | | | | | | | | | | Make sure everything linking to a privatelib and/or an internallib does it directly from the OBJDIR rather than DESTDIR. Add src.libnames.mk so bsd.libnames.mk is not polluted by libraries not existsing in final installation Introduce the LD* variable which is what ld(1) is expecting (via LDADD) to link to internal/privatelib Directly link to the .so in case of private library to avoid having to complexify LDFLAGS. Phabric: https://phabric.freebsd.org/D553 Reviewed by: imp, emaste Notes: svn path=/head/; revision=269648
* Build and install drill(1).Dag-Erling Smørgrav2013-09-221-0/+19
Approved by: re (blanket) Notes: svn path=/head/; revision=255801