diff options
Diffstat (limited to 'devel/as31/Makefile')
-rw-r--r-- | devel/as31/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/as31/Makefile b/devel/as31/Makefile index f241e880ccd..f2ec042565f 100644 --- a/devel/as31/Makefile +++ b/devel/as31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/07/10 09:08:44 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:54 wiz Exp $ DISTNAME= asm.8051 PKGNAME= as31-19900126 @@ -14,7 +14,7 @@ WRKSRC= ${WRKDIR} EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | \ ${SED} '1,/^.! \/bin\/sh/d' | ${SH} MAKEFILE= makefile -ALL_TARGET= as31 man +BUILD_TARGET= as31 man do-install: ${INSTALL_PROGRAM} ${WRKSRC}/as31 ${PREFIX}/bin/as31 |