summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update file(1) to version 5.11.obrien2012-04-191-1/+1
|\
* \ Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.obrien2009-05-041-2/+2
|\ \ | |/
| * Flatten the file vendor area.obrien2009-01-011-163/+0
| | | | | | | | Remove the svn:keywords property from the vendor files.
| * Upgrade to file version 3.22.mpp1997-03-181-5/+7
| | | | | | | | Obtained from: ftp://ftp.deshaw.com/pub/file/file-3.22.tar.gz
| * Upgrade to file version 3.19.mpp1996-01-231-5/+7
| |
* | Christos decided to keep the manpages in mdoc(7) format,ru2008-01-301-0/+12
| | | | | | | | so stop using our own versions of these.
* | Install the header for libmagic.obrien2004-11-191-1/+1
| | | | | | | | | | PR: 73647 Submitted by: Uranus <uranus@it.muds.net>
* | Don't try to programatically support running file(1) w/in /usr/obj or otherobrien2004-08-091-1/+1
| | | | | | | | | | | | non-standard install path. Agreed with: ru
* | Uncomment the real paths and remove the local debugging paths.obrien2004-08-091-2/+1
| | | | | | | | Noticed by: ru (who's faster than 'make world' on my stock src test machine)
* | The file consumer binary, which depends on the libmagic.obrien2004-08-091-37/+7
| |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
| |
* | Update for version 3.39.obrien2002-09-161-0/+3
| |
* | Install files via FILES.ru2001-12-171-6/+3
| |
* | Update for FILE v3.37.obrien2001-10-081-6/+2
| | | | | | | | | | FreeBSD no longer needs the daylight hack. (we really should sync our timezone code up ...)
* | Use a build-tool to create the .mgc files.obrien2001-08-171-5/+11
| | | | | | | | | | | | Submitted by: ru (partial) Obtained from: NetBSD (basic idea) Reviewed by: bde, ru
* | Clean up this thing a little.obrien2001-08-081-34/+23
| |
* | Support the new "-i" (output MIME type strings) option by installingobrien2001-08-081-2/+11
| | | | | | | | the MIME files (both regular and precompiled).
* | Build and use the precompiled magic file. Precompiled magic files haveobrien2001-08-081-2/+7
| | | | | | | | | | been supported since version 3.35, however it is just with version 3.36 that file has become verbose about it.
* | Update to version 3.36.obrien2001-07-301-2/+6
| | | | | | | | | | I had to hack print.c due to some new bits that only compile on NetBSD. I could not figure what the analogous FreeBSD bits are.
* | MAN[1-9] -> MAN.ru2001-03-271-2/+1
| |
* | Re-add home born file(1) and magic(5) manual pages. Update them tophantom2000-12-111-13/+1
| | | | | | | | | | | | current file(1) version (3.33) Approved by: obrien
* | Use the vendor's manpages (which are in old -man format) rather thanobrien2000-11-261-4/+16
| | | | | | | | our modified one based on a much older version of the vendor's manpage.
* | Switch over to using the Christos Zoulas maintained version in contrib/obrien2000-11-051-7/+12
| | | | | | | | | | This also gives use the same exact results as NetBSD, thus sharing more code with our bretheren.
* | $Id$ -> $FreeBSD$peter1999-08-281-1/+1
| |
* | Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-4/+2
| |
* | Remove the etc-magic target since we no longer install thempp1997-04-041-5/+1
| | | | | | | | /etc/magic symlink.
* | Merge to resolve conflicts with file 3.22 merge.mpp1997-03-181-3/+3
| |
* | Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
| |
* | Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* | Restored installation of /etc/magic. It's now a symlink instead of abde1996-12-131-9/+10
| | | | | | | | | | | | | | | | | | file (like /etc/termcap). /usr/src/etc/Makefile depends on there being an etc-magic install rule here, and who-knows-what depends on `magic' being in /etc. Fixed some style bugs - don't use -c for installing files in the obj directory...
* | Add another matching algorithhm to do heuristics for internationaljoerg1996-12-111-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | language text files. Should finally close PR # bin/1925: file does not consider cyrillic text..., though i've never got any response from the originator about my suggestion. While i was at it, also move out the `magic' file to /usr/share/misc, there's nothing that magic with this file to justify its life under /etc.
* | make install should not install any file in /etc.wosch1996-08-171-2/+3
| |
* | Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
| | | | | | | | specified in the top level Makefiles.
* | Remove trailing whitespace.rgrimes1995-05-301-4/+4
| |
* | Changes to file(1) for FreeBSD:csgr1994-09-031-124/+23
|/ | | | | | | | | | | | | - Makefile: bmake the sucker - file.1, magic.5: replace __MAGIC__ and __SECTION__ - add Magdir/freebsd - add file to usr.bin/Makefile A note on the FreeBSD magic entry: The magic number "000000407" is reported as "impure format". This stops file(1) telling us that our object files are "PDP-11 executables". (Saying anything more than "impure format" would probably be bogus. Submitted by: Geoff.
* Bring in file 3.14 by Ian Darwin (and Christos Zoulas)csgr1994-09-031-0/+159
The following files were moved to different names: - file.man -> file.1 - magic.man -> magic.5 The following file was removed: - Magdir/Makefile
OpenPOWER on IntegriCloud