diff options
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 346b3b61a86..d559f5ee8c1 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2006/12/27 13:37:36 joerg Exp $ +# $NetBSD: Makefile,v 1.35 2007/01/30 23:10:52 joerg Exp $ DISTNAME= sam PKGNAME= sam-4.3 @@ -27,8 +27,6 @@ MAKE_ENV+= X11PREFIX=${X11PREFIX:Q} OTHER_X_LIBS= -lSM -lICE .endif -.include "../../mk/x11.buildlink3.mk" - do-build: for d in libXg libframe sam samterm; do \ (cd ${WRKSRC}/$$d; ${MAKE_PROGRAM} -f Make.solaris \ |