diff options
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile new file mode 100644 index 00000000000..ec63fe3e803 --- /dev/null +++ b/comms/Makefile @@ -0,0 +1,19 @@ +# $Id: Makefile,v 1.1.1.1 1997/11/22 03:06:19 hubertf Exp $ +# + + SUBDIR += bpl+ + SUBDIR += ecu + SUBDIR += hylafax + SUBDIR += kermit + SUBDIR += lrzsz + SUBDIR += mgetty+sendfax + SUBDIR += minicom + SUBDIR += qpage + SUBDIR += rzsz + SUBDIR += seyon + SUBDIR += snooper + SUBDIR += tkhylafax + SUBDIR += xcept + SUBDIR += zmtx-zmrx + +.include <bsd.port.subdir.mk> |