aboutsummaryrefslogtreecommitdiff
path: root/lib/libmagic
Commit message (Collapse)AuthorAgeFilesLines
* Clean up makefile.Ruslan Ermilov2005-01-281-7/+2
| | | | | | | | | | | - Remove all:. It's redundant, and ${LIB} in it is just a bug. - Remove .ORDER:. *.mgc files can safely be built in parallel. - Remove PITA. The mkmagic tool is smart to put the binary file into the current directory (${.OBJDIR}) even if the source file lives somewhere else, which is just what we need. Notes: svn path=/head/; revision=140944
* Catch up with file 4.12 import.David E. O'Brien2004-12-281-2/+2
| | | | Notes: svn path=/head/; revision=139371
* Install the header for libmagic.David E. O'Brien2004-11-191-0/+1
| | | | | | | | PR: 73647 Submitted by: Uranus <uranus@it.muds.net> Notes: svn path=/head/; revision=137887
* uniq(1) is not an install tool, and using it was causingRuslan Ermilov2004-10-181-2/+2
| | | | | | | | | "uniq: not found" during the installworld. Spotted by: Roman Neuhauser Notes: svn path=/head/; revision=136681
* Don't try to programatically support running file(1) w/in /usr/obj or otherDavid E. O'Brien2004-08-091-1/+1
| | | | | | | | | non-standard install path. Agreed with: ru Notes: svn path=/head/; revision=133370
* Uncomment the real paths and remove the local debugging paths.David E. O'Brien2004-08-091-2/+1
| | | | | | | Noticed by: ru (who's faster than 'make world' on my stock src test machine) Notes: svn path=/head/; revision=133365
* Bmake the library containing and processing the magic.David E. O'Brien2004-08-092-0/+274
Notes: svn path=/head/; revision=133362