Skip to content

Commit

Permalink
tsort is only used by bsd.bulk-pkg.mk.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlam committed May 16, 2005
1 parent 5bb6e79 commit 29dde03
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
# $NetBSD: bsd.pkg.mk,v 1.1658 2005/05/16 03:07:38 jlam Exp $
# $NetBSD: bsd.pkg.mk,v 1.1659 2005/05/16 04:30:41 jlam Exp $
#
# This file is in the public domain.
#
Expand Down Expand Up @@ -831,9 +831,14 @@ BUILD_DEFS+= PKG_SYSCONFBASEDIR PKG_SYSCONFDIR
#
PKGSRC_USE_TOOLS+= \
[ awk basename cat chgrp chmod chown cmp cp cut date dirname \
echo egrep env expr false fgrep file find grep head hostname id \
echo egrep env expr false file find grep head hostname id \
install ln ls m4 mkdir mv nice pax pwd rm rmdir sed sh sort \
tail tee test touch tr true tsort wc xargs
tail tee test touch tr true wc xargs

# bsd.bulk-pkg.mk uses tsort
.if defined(BATCH)
PKGSRC_USE_TOOLS+= tsort
.endif

.if !defined(NO_MTREE)
PKGSRC_USE_TOOLS+= mtree
Expand Down

0 comments on commit 29dde03

Please sign in to comment.