aboutsummaryrefslogtreecommitdiff
path: root/share/doc/atf/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* pkgbase: Move all of ATF into the atf packageDag-Erling Smørgrav2026-03-301-6/+6
| | | | | | | | | | | | Parts of ATF (including the licence and some of the documentation) were for some reason part of the tests package instead of the atf package. Moving them to where they logically belong poses no problem since tests already depends on atf. PR: 294129 MFC after: 1 week Reviewed by: ivy Differential Revision: https://reviews.freebsd.org/D56158
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* pkgbase: Install atf and kyua in the tests packageEmmanuel Vadot2021-01-041-0/+1
| | | | | | | While here make sure that all tests dirs are taggued correctly. Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D27714
* share: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-3/+2
| | | | | | | | | | This simplifies make logic/output MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314652
* Get rid of some more NO_OBJsSimon J. Gerraty2015-06-121-2/+0
| | | | | | | Differential Revision: D2748 Notes: svn path=/head/; revision=284321
* Add ATF to the build. This is may be a bit rought around the egdes,Marcel Moolenaar2012-10-221-0/+39
but committing it helps to get everyone on the same page and makes sure we make progress. Tinderbox breakages that are the result of this commit are entirely the committer's fault -- in other words: buildworld testing on amd64 only. Credits follow: Submitted by: Garrett Cooper <yanegomi@gmail.com> Sponsored by: Isilon Systems Based on work by: keramida@ Thanks to: gnn@, mdf@, mlaier@, sjg@ Special thanks to: keramida@ Notes: svn path=/head/; revision=241823