summaryrefslogtreecommitdiff
path: root/shells/nologinmsg
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-06 21:51:52 +0000
committerjlam <jlam>2007-09-06 21:51:52 +0000
commitb22c922e0fa7201c2e9a10105b0f002ed39318d2 (patch)
treefa6905795590589ebd0b0c62593b671b65dced58 /shells/nologinmsg
parentc4f89da51b4941215f7226bae48218484487617a (diff)
downloadpkgsrc-b22c922e0fa7201c2e9a10105b0f002ed39318d2.tar.gz
Convert all libnbcompat/buildlink3.mk references to inplace.mk.
Diffstat (limited to 'shells/nologinmsg')
-rw-r--r--shells/nologinmsg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/nologinmsg/Makefile b/shells/nologinmsg/Makefile
index c090e6cd477..f73b1739c04 100644
--- a/shells/nologinmsg/Makefile
+++ b/shells/nologinmsg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/03/24 19:21:31 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2007/09/06 21:51:54 jlam Exp $
DISTNAME= nologinmsg-1.0
PKGREVISION= 1
@@ -27,7 +27,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/cat8 ${PKGMANDIR}/man8
.if ${OPSYS} == "Linux" || ${OPSYS} == "IRIX" || ${OPSYS} == "Interix"
MAKE_FLAGS+= NOMAN=YES
CFLAGS+= -D__LIBNBCOMPAT
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
+. include "../../pkgtools/libnbcompat/inplace.mk"
.endif
.include "../../devel/sysexits/buildlink3.mk"