From 1c57323789a922a7182ba378831f2c0a336a6959 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 25 Aug 2002 21:48:57 +0000 Subject: Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2. --- archivers/xbin/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'archivers/xbin') diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index e7b670cd912..92974ff611a 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/09/09 20:36:11 agc Exp $ +# $NetBSD: Makefile,v 1.8 2002/08/25 21:49:27 jlam Exp $ # DISTNAME= ${PRGNAME}unix @@ -14,11 +14,11 @@ RESTRICTED= "May not be sold without permission" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -USE_BUILDLINK_ONLY= # defined -WRKSRC= ${WRKDIR} +USE_BUILDLINK2= # defined +WRKSRC= ${WRKDIR} PRGNAME= xbin -EXTRACT_ONLY= # blank +EXTRACT_ONLY= # empty post-extract: .for dfile in ${DISTFILES} @@ -27,7 +27,7 @@ post-extract: do-build: cd ${WRKSRC} && \ - ${CC} ${CFLAGS} -DBSD -o ${PRGNAME} ${DISTNAME}.c -lcompat + ${BUILDLINK_CC} ${CFLAGS} -DBSD -o ${PRGNAME} ${DISTNAME}.c -lcompat do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PRGNAME} ${PREFIX}/bin -- cgit v1.2.3