Turning on finger protocol on unix. r=valeski.

This commit is contained in:
bryner%uiuc.edu 2000-02-03 00:40:22 +00:00
parent b14995169f
commit f2e4d5cff8
2 changed files with 4 additions and 1 deletions

View File

@ -313,6 +313,8 @@ netwerk/protocol/datetime/Makefile
netwerk/protocol/file/Makefile
netwerk/protocol/file/public/Makefile
netwerk/protocol/file/src/Makefile
netwerk/protocol/finger/Makefile
netwerk/protocol/finger/src/Makefile
netwerk/protocol/ftp/Makefile
netwerk/protocol/ftp/public/Makefile
netwerk/protocol/ftp/src/Makefile

View File

@ -26,7 +26,8 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = about data file resource ftp http keyword jar res datetime
DIRS = about data file resource ftp http keyword jar res \
datetime finger
include $(topsrcdir)/config/rules.mk