diff options
author | jkh <jkh@FreeBSD.org> | 1995-03-03 07:42:10 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-03-03 07:42:10 +0000 |
commit | a878e59584dfdabef5d03e053233277dc1eaed02 (patch) | |
tree | 9664bf0b5f431774f7b2f21b02681879fa314476 /Mk | |
parent | ed776ade9eb2bcaf0d2f9fc42cc922de9bb60397 (diff) | |
download | FreeBSD-ports-a878e59584dfdabef5d03e053233277dc1eaed02.zip FreeBSD-ports-a878e59584dfdabef5d03e053233277dc1eaed02.tar.gz |
Back out my previous change. I need to really think about this.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a73b7bc..0206748 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -3,7 +3,7 @@ # bsd.port.mk - 940820 Jordan K. Hubbard. # This file is in the public domain. # -# $Id: bsd.port.mk,v 1.114 1995/02/17 08:52:55 jkh Exp $ +# $Id: bsd.port.mk,v 1.115 1995/03/03 06:53:27 jkh Exp $ # # Please view me with 4 column tabs! @@ -240,7 +240,7 @@ HAS_CONFIGURE= yes # and do _only_ the interactive ones that required your intervention. # This allows you to do both. # -.if defined(NO_${DISTNAME}) || (defined(IS_INTERACTIVE) && defined(BATCH)) || (!defined(IS_INTERACTIVE) && defined(INTERACTIVE)) +.if (defined(IS_INTERACTIVE) && defined(BATCH)) || (!defined(IS_INTERACTIVE) && defined(INTERACTIVE)) all: @${DO_NADA} pre-build: |