aboutsummaryrefslogtreecommitdiff
path: root/lib/libcom_err/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+1
| | | | Notes: svn path=/stable/4/; revision=75949
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-5/+1
| | | | | | | Reviewed by: marcel, and make world Notes: svn path=/head/; revision=55955
* Build this from contrib/ now.Mark Murray1999-09-041-3/+7
| | | | Notes: svn path=/head/; revision=50881
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* 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
* Back out the last backout. This should work now that the bsd.info.mkPeter Wemm1997-01-121-2/+2
| | | | | | | spammed revisions have been restored. Notes: svn path=/head/; revision=21589
* Disconnect the doc subdir as well, bsd.info.mk freaks out if therePeter Wemm1997-01-121-2/+2
| | | | | | | is no ${INFO} variable set.. :-( Notes: svn path=/head/; revision=21585
* Removed unused `-I.'s from CFLAGS.Bruce Evans1996-09-041-2/+1
| | | | | | | | | | | "." means the object directory, so it is just confusing to use it when nothing is included from the object directory unless the object directory is also the source directory. It is confusing for "." not to mean the source directory anyway, so used `-I.'s should be replaced by `-I${.OBJDIR}'. Notes: svn path=/head/; revision=18035
* cmp -s || install -c ==> install -CPeter Wemm1996-08-301-3/+2
| | | | Notes: svn path=/head/; revision=17930
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-08-061-2/+2
| | | | | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary. Notes: svn path=/head/; revision=9970
* The Common Error Description Library, developed by MIT SIPB and used byGarrett Wollman1995-01-141-0/+16
a number of (ex-)Athena programs. Breaking my own rules for importing somewhat, as this code does not appear to be actively maintained by anyone (not that it really needs it). Notes: svn path=/cvs2svn/branches/sipb/; revision=5622