/bin/mail by Jacques Lema

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3837 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2003-07-04 17:03:21 +00:00
parent 51848a1ea2
commit febb5a88a1
2 changed files with 121 additions and 5 deletions
+4 -5
View File
@@ -23,6 +23,10 @@ StdBinCommands
catattr.cpp
roster.cpp
: be stdc++.r4 ;
StdBinCommands
mail.cpp
: be /boot/beos/system/lib/libmail.so ;
StdBinCommands
chop.c
@@ -50,10 +54,6 @@ SubInclude OBOS_TOP src apps bin chkbfs ;
SubInclude OBOS_TOP src apps bin listdev ;
SubInclude OBOS_TOP src apps bin mkdos ;
SubInclude OBOS_TOP src apps bin pc ;
SubInclude OBOS_TOP src apps bin sed ;
# RCS commands
SubInclude OBOS_TOP src apps bin rcs ;
# Network command line tools
SubInclude OBOS_TOP src apps bin arp ;
@@ -66,4 +66,3 @@ SubInclude OBOS_TOP src apps bin traceroute ;
# Compression command line tools
SubInclude OBOS_TOP src apps bin unzip ;
SubInclude OBOS_TOP src apps bin zip ;
SubInclude OBOS_TOP src apps bin gzip ;