diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:00:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 22:00:00 +0000 |
commit | b3241fee40b3604a4efa1f92c44c726c1bdbb014 (patch) | |
tree | aaee731d52d12c2c738d2e9780b343bac8ce6e09 /comms | |
parent | 70ef84a0f68df48dbd5e825a058a4c8eb7a47e3c (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 3 | ||||
-rw-r--r-- | comms/viewfax/Makefile | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/comms/Makefile b/comms/Makefile index 4c6aad9f6d54..52ab4fd5d397 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.30 1998/05/16 01:39:33 dburr Exp $ +# $Id: Makefile,v 1.31 1998/06/11 12:18:01 dburr Exp $ # SUBDIR += bpl+ @@ -16,6 +16,7 @@ SUBDIR += seyon SUBDIR += snooper SUBDIR += tkhylafax + SUBDIR += viewfax SUBDIR += xcept SUBDIR += zmtx-zmrx diff --git a/comms/viewfax/Makefile b/comms/viewfax/Makefile index 0dec0c4d742e..eb766c4af287 100644 --- a/comms/viewfax/Makefile +++ b/comms/viewfax/Makefile @@ -3,10 +3,11 @@ # Date created: 16 sept 1995 # Whom: jmz # -# $Id: Makefile,v 1.8 1997/06/09 15:03:56 jmz Exp $ +# $Id: Makefile,v 1.9 1998/03/07 23:26:23 jmz Exp $ # -DISTNAME= viewfax-2.3 -CATEGORIES= x11 + +DISTNAME= viewfax-2.3 +CATEGORIES= comms MASTER_SITES= ftp://ftp.leo.org/pub/comp/os/unix/networking/mgetty/ USE_IMAKE= yes |