summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-01 19:07:45 +0000
committertv <tv@pkgsrc.org>2005-11-01 19:07:45 +0000
commit3b337bb1b368aabd5c6caef92109e4d77154473e (patch)
tree6dbb6d9e4be2c6e4ac2d12a4fccd3daee2955322 /sysutils
parent4ad5203de6c48f57fd1c8a0c292aed96fbf3879e (diff)
downloadpkgsrc-3b337bb1b368aabd5c6caef92109e4d77154473e.tar.gz
Forgot to add comment to .include to indicate why (utimes() support).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/news/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/news/Makefile b/sysutils/news/Makefile
index 7f90d19c6c4..528a833ca7d 100644
--- a/sysutils/news/Makefile
+++ b/sysutils/news/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/11/01 19:07:02 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/11/01 19:07:45 tv Exp $
#
DISTNAME= news-0.2
@@ -18,7 +18,7 @@ do-install:
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Interix"
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
+. include "../../pkgtools/libnbcompat/buildlink3.mk" # for utimes()
.endif
.include "../../mk/bsd.pkg.mk"