diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-01 03:36:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-01 03:36:27 +0000 |
commit | d5fe25816ac973c6da8dd83d88c53fbf5febe42f (patch) | |
tree | 529739a3adb6c564edc88c3574b381d9a7fc149c /devel/Makefile | |
parent | Initial import of fastcrc version 1.0. (diff) |
Activate the fastcrc port.
Notes
Notes:
svn path=/head/; revision=18289
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1beb05ca3605..b62daeb4410b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.175 1999/04/30 17:21:41 taoka Exp $ +# $Id: Makefile,v 1.176 1999/05/01 01:15:40 taoka Exp $ # SUBDIR += ElectricFence @@ -35,6 +35,7 @@ SUBDIR += doc++ SUBDIR += elftoaout SUBDIR += f77flow + SUBDIR += fastcrc SUBDIR += flick SUBDIR += fpp SUBDIR += ftnchek |