aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/tip/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-231-1/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in main: (cherry picked from commit d0b2dbfa0ecf)
* Fix merge conflicts, and because this still has a zillion warnings,Mark Murray2001-12-201-5/+2
| | | | | | | | | protect the build with a WARNS=2. Fix the build. Notes: svn path=/head/; revision=88276
* Bring files back from the dead prior to remote commit to fix importMark Murray2001-12-201-0/+6
| | | | | | | conflicts. Notes: svn path=/head/; revision=88275
* Makefile.inc was conditionally setting vars already set by bsd.own.mkDavid E. O'Brien1998-09-211-5/+0
| | | | | | | | which is read before tip's own Makefile is. Move those varables here where they will do some good. Notes: svn path=/head/; revision=39539
* Greatly clean up the Makefiles and add a Makefile.inc to more obviouslyJordan K. Hubbard1995-04-011-0/+5
advertise tip's choice of location and perms. Notes: svn path=/head/; revision=7547