diff options
-rw-r--r-- | editors/ce-x11/Makefile | 5 | ||||
-rw-r--r-- | editors/ce/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/editors/ce-x11/Makefile b/editors/ce-x11/Makefile index 460c4ea3a1e..ee4b431602e 100644 --- a/editors/ce-x11/Makefile +++ b/editors/ce-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 20:00:56 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/14 11:34:20 schmonz Exp $ # .include "../ce/Makefile.common" @@ -6,8 +6,11 @@ PKGNAME= ce-x11-${VERSION} COMMENT+= , X11 version +USE_BUILDLINK_ONLY= # defined + ALL_TARGET= xce INSTALL_TARGET= install-x11 man-install-x11 +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/ce/Makefile b/editors/ce/Makefile index 49194e9dfb6..70942a0306b 100644 --- a/editors/ce/Makefile +++ b/editors/ce/Makefile @@ -1,11 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/04/08 19:59:08 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2002/04/14 11:34:20 schmonz Exp $ # .include "Makefile.common" COMMENT+= , tty version +USE_BUILDLINK_ONLY= # defined + ALL_TARGET= ce INSTALL_TARGET= install man-install +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |