diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
commit | f895e15bb90e64f627a3b240931a490c02189db3 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /comms/Makefile | |
parent | 940e7183817e88f872b9834cf21a9ab629edc223 (diff) | |
download | pkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/comms/Makefile b/comms/Makefile index e5b06c6d0e4..5111e35a0c9 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,10 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2000/01/04 11:22:44 fredb Exp $ +# $NetBSD: Makefile,v 1.25 2000/02/25 01:04:12 wiz Exp $ # FreeBSD Id: Makefile,v 1.26 1997/10/13 04:41:06 max Exp # SUBDIR += binkd -# SUBDIR += bpl+ -# SUBDIR += ecu SUBDIR += fidogate SUBDIR += gkermit SUBDIR += hylafax @@ -20,12 +18,8 @@ SUBDIR += plp SUBDIR += plptools SUBDIR += qpage -# SUBDIR += rzsz -# SUBDIR += seyon SUBDIR += snooper SUBDIR += tkhylafax -# SUBDIR += xcept SUBDIR += xisp -# SUBDIR += zmtx-zmrx .include "../mk/bsd.pkg.subdir.mk" |