diff options
Diffstat (limited to 'sysutils/pstree')
-rw-r--r-- | sysutils/pstree/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 0abfc37d2e6..7bc0db8dfcb 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 22:53:45 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:26:16 agc Exp $ # DISTNAME= pstree-2.19 -WRKSRC= ${WRKDIR} CATEGORIES= sysutils # PKGREVISION= 1 MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ @@ -10,6 +9,8 @@ MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Display processes in a tree +WRKSRC= ${WRKDIR} + do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} -o pstree pstree.c |