diff options
-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 471153849b62..a3a8aae4de5e 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.137 1995/04/10 08:09:21 jkh Exp $ +# $Id: bsd.port.mk,v 1.138 1995/04/15 23:56:29 asami Exp $ # # Please view me with 4 column tabs! @@ -316,7 +316,7 @@ package: .endif .if !target(all) -all: extract configure build +all: build .endif .if !target(is_depended) |