diff options
author | knu <knu@FreeBSD.org> | 2002-11-27 20:28:08 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-27 20:28:08 +0000 |
commit | ae20c6025564fc8e321d7aac4d57ebda109444ba (patch) | |
tree | c56bf3515b58c769f4854e852e595755e98bb836 /comms | |
parent | 40024c27f523fcaa49f8538d811e9586ead0a735 (diff) | |
download | FreeBSD-ports-ae20c6025564fc8e321d7aac4d57ebda109444ba.zip FreeBSD-ports-ae20c6025564fc8e321d7aac4d57ebda109444ba.tar.gz |
Sort entries.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/Makefile b/comms/Makefile index ce9873f..2dfa89a 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ # - SUBDIR += zssh SUBDIR += acfax SUBDIR += asmodem @@ -55,5 +54,6 @@ SUBDIR += yaps SUBDIR += yawmppp SUBDIR += zmtx-zmrx + SUBDIR += zssh .include <bsd.port.subdir.mk> |