diff options
Diffstat (limited to 'comms')
-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" |