summaryrefslogtreecommitdiff
path: root/sysutils/pstree
diff options
context:
space:
mode:
authorjtb <jtb>2001-05-01 22:06:33 +0000
committerjtb <jtb>2001-05-01 22:06:33 +0000
commitcf76513527c1d0120563b55ded8bffee04b84ba0 (patch)
tree9c5e179db08f0640bac3ada240a1c952e52645b5 /sysutils/pstree
parent0c6a8a21e734bc5549194cb6238aa369f7093eb6 (diff)
downloadpkgsrc-cf76513527c1d0120563b55ded8bffee04b84ba0.tar.gz
Use ${CC} rather than cc.
Diffstat (limited to 'sysutils/pstree')
-rw-r--r--sysutils/pstree/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile
index 03644c7c8ad..82d12f063d8 100644
--- a/sysutils/pstree/Makefile
+++ b/sysutils/pstree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/20 19:36:30 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/01 22:06:33 jtb Exp $
#
DISTNAME= pstree-2.16
@@ -13,7 +13,7 @@ CONFLICTS+= psmisc-[0-9]*
WRKSRC= ${WRKDIR}
do-build:
- cd ${WRKSRC}; cc -o pstree pstree.c
+ cd ${WRKSRC}; ${CC} -o pstree pstree.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pstree ${PREFIX}/bin