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
commitc5439e63454fa0f71e4aa5bbea06c421672fff59 (patch)
tree6dbb6d9e4be2c6e4ac2d12a4fccd3daee2955322 /sysutils
parentf19eaf3cc0b62a9991b140d84edcfdca178ba9de (diff)
downloadpkgsrc-c5439e63454fa0f71e4aa5bbea06c421672fff59.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"