summaryrefslogtreecommitdiff
path: root/net/cvsup/Makefile
diff options
context:
space:
mode:
authorThomas Moestl <tmm@FreeBSD.org>2002-10-30 18:51:10 +0000
committerThomas Moestl <tmm@FreeBSD.org>2002-10-30 18:51:10 +0000
commit490d1f8530d5decbb0c276b91b3edd5bc0fd91e2 (patch)
tree090ff9b25158da09ce64ffe4d5f06bb32ec2dc8d /net/cvsup/Makefile
parentUpdate to new version 1.4 (just came out). Thanks, Greg. (diff)
Fix a construct that causes make errors on platforms that are not
supported by these ports. This fixes 'make readmes' for them on sparc64 (and by that, release building without NOPORTS). Approved by: jdp
Notes
Notes: svn path=/head/; revision=69172
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r--net/cvsup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile
index 3fcbacf272eb..0859dae2da00 100644
--- a/net/cvsup/Makefile
+++ b/net/cvsup/Makefile
@@ -52,7 +52,7 @@ TARGET= FBSD_ALPHA
.endif
pre-fetch:
-.if empty(TARGET)
+.if !defined(TARGET)
@${ECHO_MSG} "Cannot determine M3 target for this architecture"
@${FALSE}
.endif