diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-30 09:33:04 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-30 09:33:04 +0000 |
commit | 344d59f9f035853b6f9c3b2dfb1d1a9ea0394c83 (patch) | |
tree | 9b8a6332d59ee72c842b5baba28fe9abfb896a80 /math/nsc2ke | |
parent | d4d9f67b24589af72de7744bccc81904dd483581 (diff) |
Notes
Diffstat (limited to 'math/nsc2ke')
-rw-r--r-- | math/nsc2ke/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/nsc2ke/Makefile b/math/nsc2ke/Makefile index 4fbb0677ac67..2512646cf035 100644 --- a/math/nsc2ke/Makefile +++ b/math/nsc2ke/Makefile @@ -24,8 +24,7 @@ RESTRICTED= No resale, contact author for commercial usage F77?= f77 FFLAGS?= -O2 # Note: FFLAGS is set to -O in /usr/share/mk/sys.mk -WRKSRC= ${WRKDIR} - +NO_WRKSUBDIR= yes MAKEFILE= makefile ALL_TARGET= NSC2KE MAKE_ENV= F77="${F77}" FFLAGS="${FFLAGS}" |