diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-18 10:55:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-18 10:55:45 +0000 |
commit | 12f638bbda8521ed5566f052f641dc556bc1aebd (patch) | |
tree | 4ac5b3a6c9018e858c9ed50ad01316ae6c68c12e /cad/felt | |
parent | No need to put name in front. (diff) |
OSVERSION was not used anymore.
Notes
Notes:
svn path=/head/; revision=14635
Diffstat (limited to 'cad/felt')
-rw-r--r-- | cad/felt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/felt/Makefile b/cad/felt/Makefile index 1483d3a0350d..b4ee13da4a81 100644 --- a/cad/felt/Makefile +++ b/cad/felt/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1996 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.7 1998/10/11 14:35:44 jseger Exp $ +# $Id: Makefile,v 1.8 1998/10/21 21:05:11 asami Exp $ # DISTNAME= felt-3.02 @@ -14,7 +14,6 @@ EXTRACT_SUFX= .src.tar.gz MAINTAINER= giffunip@asme.org -OSVERSION!= sysctl -n kern.osreldate BROKEN= too few arguments to function error WRKSRC= ${WRKDIR}/FElt-3.02 |