diff options
author | erwin <erwin@FreeBSD.org> | 2005-06-23 02:38:10 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-06-23 02:38:10 +0000 |
commit | 880dd2f311b58a5e14a6d92e04b0d7c8f2cee999 (patch) | |
tree | aadeea37a9752ab784de7f3aa095ab03c598f6c0 /net | |
parent | 2c29e1e87c00e009b89445600cf794cee2b80eef (diff) | |
download | FreeBSD-ports-880dd2f311b58a5e14a6d92e04b0d7c8f2cee999.zip FreeBSD-ports-880dd2f311b58a5e14a6d92e04b0d7c8f2cee999.tar.gz |
Somehow, unison-devel was never added to modules or net/Makefile
and went unnoticed until flz added it to modules. Now, also
add it to net/Makefile to keep these consistent.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 9ea72dc..5b17538 100644 --- a/net/Makefile +++ b/net/Makefile @@ -836,6 +836,7 @@ SUBDIR += ulxmlrpcpp SUBDIR += unfs3 SUBDIR += unison + SUBDIR += unison-devel SUBDIR += unix2tcp SUBDIR += uplog SUBDIR += urlendec |