summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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