diff options
-rw-r--r-- | editors/ssam/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile index bc057185905..c2acf4ae5a1 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 11:43:43 asau Exp $ +# $NetBSD: Makefile,v 1.20 2013/05/11 05:31:52 agc Exp $ # DISTNAME= ssam-1.9 @@ -11,7 +11,8 @@ HOMEPAGE= http://www.alistaircrooks.co.uk/software.html COMMENT= UTF-8-aware stream editor like sed(1), using the sam command set GNU_CONFIGURE= yes -BUILD_TARGET= tst +BUILD_TARGET= ssam +TEST_TARGET= tst .include "../../misc/libutf/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |