diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-24 13:51:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-24 13:51:21 +0000 |
commit | dcdf9bd97d80b12dfcc27c6c19e0ee6621d0ffd8 (patch) | |
tree | fbf99ed23d46da8e85529e23ddb2f245e5c2663c /mbone | |
parent | 73b9d45370e6f413fe10d2c07c07cf4610e0454c (diff) | |
download | pkgsrc-dcdf9bd97d80b12dfcc27c6c19e0ee6621d0ffd8.tar.gz |
Sort.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/Makefile b/mbone/Makefile index e4ab7996e30..730e25f8ae7 100644 --- a/mbone/Makefile +++ b/mbone/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.12 2002/07/26 12:18:05 manu Exp $ +# $NetBSD: Makefile,v 1.13 2002/09/24 13:52:07 wiz Exp $ # COMMENT= Multi-cast backBone applications SUBDIR+= common-mml SUBDIR+= imm +SUBDIR+= mdp SUBDIR+= nte SUBDIR+= rat SUBDIR+= sdr SUBDIR+= vat SUBDIR+= vic -SUBDIR+= mdp .include "../mk/bsd.pkg.subdir.mk" |