diff options
Diffstat (limited to 'archivers/xbin/Makefile')
-rw-r--r-- | archivers/xbin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index f5c46edd5aa..fa5ae58baa6 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/20 12:07:07 agc Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/08 04:03:15 jlam Exp $ # DISTNAME= ${PRGNAME}unix @@ -27,7 +27,7 @@ post-extract: do-build: cd ${WRKSRC} && \ - ${BUILDLINK_CC} ${CFLAGS} -DBSD -o ${PRGNAME} ${DISTNAME}.c -lcompat + ${CC} ${CFLAGS} -DBSD -o ${PRGNAME} ${DISTNAME}.c -lcompat do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PRGNAME} ${PREFIX}/bin |