diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-29 12:45:47 +0800 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-29 12:45:47 +0800 |
commit | 7510fd7d4d5a94b3c312a13a56a27519642f3a0e (patch) | |
tree | 8bdf98ec596fa2bccd25fe64add8df7be9d191c1 | |
parent | 614de2daa6700382e04da9099287e021675d2f65 (diff) | |
download | freebsd-ports-gnome-7510fd7d4d5a94b3c312a13a56a27519642f3a0e.tar.gz freebsd-ports-gnome-7510fd7d4d5a94b3c312a13a56a27519642f3a0e.tar.zst freebsd-ports-gnome-7510fd7d4d5a94b3c312a13a56a27519642f3a0e.zip |
Moving estic from ports/comms -> ports/misc
Reviewed by: cvs-commiters
-rw-r--r-- | comms/Makefile | 3 | ||||
-rw-r--r-- | misc/Makefile | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/Makefile b/comms/Makefile index 2864e1c0c47e..e125b6043bca 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,9 +1,8 @@ -# $Id: Makefile,v 1.21 1996/12/08 23:40:57 obrien Exp $ +# $Id: Makefile,v 1.22 1996/12/27 05:29:44 obrien Exp $ # SUBDIR += bpl+ SUBDIR += ecu - SUBDIR += estic SUBDIR += hylafax SUBDIR += kermit SUBDIR += lrzsz diff --git a/misc/Makefile b/misc/Makefile index 1bd7ed16458f..4bfa53e713cc 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.96 1996/11/29 07:32:35 tg Exp $ +# $Id: Makefile,v 1.97 1996/12/28 03:08:55 obrien Exp $ # SUBDIR += amanda @@ -11,6 +11,7 @@ SUBDIR += ctk SUBDIR += dejagnu SUBDIR += ecc + SUBDIR += estic SUBDIR += fd SUBDIR += fep SUBDIR += figlet |