aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-3/+3
| | | | | | | | | | | | Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice) Notes: svn path=/head/; revision=315170
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| | | | | | | Reduce overlinking Notes: svn path=/head/; revision=275042
* MFV r267843: update file/libmagic to 5.19.Xin LI2014-06-261-1/+2
|\ | | | | | | | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=267897
* | Update file(1) to version 5.11.David E. O'Brien2012-04-191-1/+1
|\| | | | | | | Notes: svn path=/head/; revision=234449
* | Merge vendor/file/dist@191739, bringing FILE 5.00 to 8-CURRENT.David E. O'Brien2009-05-041-2/+2
|\| | | | | | | Notes: svn path=/head/; revision=191771
| * Virgin import of FILE 3.32vendor/file/3.32David E. O'Brien2000-11-051-163/+0
| | | | | | | | | | Notes: svn path=/vendor/file/dist/; revision=68349 svn path=/vendor/file/3.32/; revision=68351; tag=vendor/file/3.32
| * Upgrade to file version 3.22.Mike Pritchard1997-03-181-5/+7
| | | | | | | | | | | | | | Obtained from: ftp://ftp.deshaw.com/pub/file/file-3.22.tar.gz Notes: svn path=/vendor/file/dist/; revision=23988
| * Upgrade to file version 3.19.Mike Pritchard1996-01-231-5/+7
| | | | | | | | Notes: svn path=/vendor/file/dist/; revision=13584
* | Christos decided to keep the manpages in mdoc(7) format,Ruslan Ermilov2008-01-301-0/+12
| | | | | | | | | | | | | | so stop using our own versions of these. Notes: svn path=/head/; revision=175820
* | Install the header for libmagic.David E. O'Brien2004-11-191-1/+1
| | | | | | | | | | | | | | | | PR: 73647 Submitted by: Uranus <uranus@it.muds.net> Notes: svn path=/head/; revision=137887
* | 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=133367
* | The file consumer binary, which depends on the libmagic.David E. O'Brien2004-08-091-37/+7
| | | | | | | | Notes: svn path=/head/; revision=133363
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | | | | | Notes: svn path=/head/; revision=125503
* | Update for version 3.39.David E. O'Brien2002-09-161-0/+3
| | | | | | | | Notes: svn path=/head/; revision=103378
* | Install files via FILES.Ruslan Ermilov2001-12-171-6/+3
| | | | | | | | Notes: svn path=/head/; revision=88064
* | Update for FILE v3.37.David E. O'Brien2001-10-081-6/+2
| | | | | | | | | | | | | | | | FreeBSD no longer needs the daylight hack. (we really should sync our timezone code up ...) Notes: svn path=/head/; revision=84688
* | Use a build-tool to create the .mgc files.David E. O'Brien2001-08-171-5/+11
| | | | | | | | | | | | | | | | | | Submitted by: ru (partial) Obtained from: NetBSD (basic idea) Reviewed by: bde, ru Notes: svn path=/head/; revision=81845
* | Clean up this thing a little.David E. O'Brien2001-08-081-34/+23
| | | | | | | | Notes: svn path=/head/; revision=81293
* | Support the new "-i" (output MIME type strings) option by installingDavid E. O'Brien2001-08-081-2/+11
| | | | | | | | | | | | | | the MIME files (both regular and precompiled). Notes: svn path=/head/; revision=81292
* | Build and use the precompiled magic file. Precompiled magic files haveDavid E. O'Brien2001-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. Notes: svn path=/head/; revision=81291
* | Update to version 3.36.David E. O'Brien2001-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. Notes: svn path=/head/; revision=80594
* | MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-2/+1
| | | | | | | | Notes: svn path=/head/; revision=74848
* | Re-add home born file(1) and magic(5) manual pages. Update them toAlexey Zelkin2000-12-111-13/+1
| | | | | | | | | | | | | | | | | | current file(1) version (3.33) Approved by: obrien Notes: svn path=/head/; revision=69861
* | Use the vendor's manpages (which are in old -man format) rather thanDavid E. O'Brien2000-11-261-4/+16
| | | | | | | | | | | | | | our modified one based on a much older version of the vendor's manpage. Notes: svn path=/head/; revision=69228
* | Switch over to using the Christos Zoulas maintained version in contrib/David E. O'Brien2000-11-051-7/+12
| | | | | | | | | | | | | | | | This also gives use the same exact results as NetBSD, thus sharing more code with our bretheren. Notes: svn path=/head/; revision=68352
* | $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