summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.subdir.mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-07-23 09:38:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-07-23 09:38:57 +0000
commit50fbbf4c4d63ae0373545dd0addfec6f21c585a5 (patch)
tree17c54e7dc50958d8c08599c8abdef1f3d1ae8df9 /Mk/bsd.port.subdir.mk
parentMakefile: (diff)
Oops, forgot to commit this. Typo.
Submitted by: hoek
Notes
Notes: svn path=/head/; revision=20328
Diffstat (limited to 'Mk/bsd.port.subdir.mk')
-rw-r--r--Mk/bsd.port.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index b42277f68887..d7785d481c88 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
-# $Id: bsd.port.subdir.mk,v 1.30 1999/04/28 06:20:15 asami Exp $
+# $Id: bsd.port.subdir.mk,v 1.31 1999/07/23 09:36:55 asami Exp $
#
# The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories.
@@ -165,7 +165,7 @@ checksubdir:
done
@for s in ${SUBDIR}; do \
if ! [ -d ${.CURDIR}/$$s ]; then \
- ${ECHO} "Warning: directory $s in SUBDIR does not exist"; \
+ ${ECHO} "Warning: directory $$s in SUBDIR does not exist"; \
fi \
done
.endif