diff options
author | tv <tv@pkgsrc.org> | 2005-11-01 19:46:44 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-01 19:46:44 +0000 |
commit | bb66999eeebb9c664ee2513f858d5f44e2a4ac83 (patch) | |
tree | 4051f7bfc088d4057c0ddf347214d99c3a3e6957 /mail/incm | |
parent | 8280bc8b73c1dbf0c91942742f6c1ded8150a3f4 (diff) | |
download | pkgsrc-bb66999eeebb9c664ee2513f858d5f44e2a4ac83.tar.gz |
Include nbcompat for utimes() if on Interix.
Diffstat (limited to 'mail/incm')
-rw-r--r-- | mail/incm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/incm/Makefile b/mail/incm/Makefile index b1dcfdd8a77..b043c23cabe 100644 --- a/mail/incm/Makefile +++ b/mail/incm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:02 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/11/01 19:46:44 tv Exp $ # DISTNAME= incm-0.5 @@ -18,4 +18,10 @@ INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/incm ${PREFIX}/bin/ +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "Interix" +. include "../../pkgtools/libnbcompat/buildlink3.mk" # for utimes() +.endif + .include "../../mk/bsd.pkg.mk" |