aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC: file version 3.41David E. O'Brien2003-03-161-6/+5
| | | | | | | | Approved by: murray(re) Desired by: nectar(so) Notes: svn path=/stable/4/; revision=112314
* MFC: Install files via FILES.Ruslan Ermilov2002-02-181-6/+3
| | | | Notes: svn path=/stable/4/; revision=90859
* MFC: use a build-tool to create the .mgc files.David E. O'Brien2001-08-171-5/+11
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81864
* MFC: install MIME magic and the precompiled versions of all magic files; alsoDavid E. O'Brien2001-08-081-24/+27
| | | | | | | | | clean up some. Approved by: jkh Notes: svn path=/stable/4/; revision=81294
* Update to version 3.36.David E. O'Brien2001-08-021-2/+6
| | | | | | | Approved by: jkh Notes: svn path=/stable/4/; revision=81075
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-2/+1
| | | | Notes: svn path=/stable/4/; revision=75957
* MFC: back to home born mdoc manpages updated to current (3.33) versionAlexey Zelkin2000-12-121-13/+1
| | | | | | | of file(1) Notes: svn path=/stable/4/; revision=69905
* MFC: switch over to using the Christos Zoulas maintained version in contrib/David E. O'Brien2000-11-291-8/+25
| | | | Notes: svn path=/stable/4/; revision=69365
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-4/+2
| | | | Notes: svn path=/head/; revision=39495
* Remove the etc-magic target since we no longer install theMike Pritchard1997-04-041-5/+1
| | | | | | | /etc/magic symlink. Notes: svn path=/head/; revision=24607
* Merge to resolve conflicts with file 3.22 merge.Mike Pritchard1997-03-181-3/+3
| | | | Notes: svn path=/head/; revision=23995
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23006
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Restored installation of /etc/magic. It's now a symlink instead of aBruce Evans1996-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... Notes: svn path=/head/; revision=20394
* Add another matching algorithhm to do heuristics for internationalJoerg Wunsch1996-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. Notes: svn path=/head/; revision=20323
* make install should not install any file in /etc.Wolfram Schneider1996-08-171-2/+3
| | | | Notes: svn path=/head/; revision=17639
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8874
* Changes to file(1) for FreeBSD:Geoff Rehmet1994-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. Notes: svn path=/head/; revision=2482
* Bring in file 3.14 by Ian Darwin (and Christos Zoulas)vendor/file/3.14Geoff Rehmet1994-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 Notes: svn path=/vendor/file/dist/; revision=2479 svn path=/vendor/file/3.14/; revision=2481; tag=vendor/file/3.14