diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:04:22 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-24 02:04:22 +0000 |
commit | e932801d57ab8a4534757d2d0347914aed223e9b (patch) | |
tree | 2009cdcc2107c664c0ce1b170c10f10d076b65ca /biology | |
parent | This port will only work on i386 boxes. (diff) |
Fix build for Alpha.
Notes
Notes:
svn path=/head/; revision=18960
Diffstat (limited to 'biology')
-rw-r--r-- | biology/deft/files/Makefile.deft | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/deft/files/Makefile.deft b/biology/deft/files/Makefile.deft index e4e8cf80353f..2d603e6a9593 100644 --- a/biology/deft/files/Makefile.deft +++ b/biology/deft/files/Makefile.deft @@ -2,7 +2,7 @@ # Makefile for DeFT # TARGET = DeFT.exec -FFLAGS = -O2 -malign-double -Nn802 +FFLAGS ?= -O2 -malign-double -Nn802 LFLAGS = SRCS:sh = ls *.f OBJS = $(SRCS:.f=.o) |