Other bigmake message

Elvis no longer connected to build
This commit is contained in:
Ben Gras 2005-09-08 13:09:03 +00:00
parent 3d84d70d9c
commit 7f5e1d2b05
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,6 @@ all install clean::
cd dhcpd && $(MAKE) $@
cd dis88 && $(MAKE) $@
cd elle && $(MAKE) $@
cd elvis && $(MAKE) $@
cd ftp && $(MAKE) $@
cd ftpd && $(MAKE) $@
cd ftpd200 && $(MAKE) $@

View file

@ -1,5 +1,6 @@
toptarget:
@echo "This program needs nonstandard compiler sizes."
@echo "To compile it, type 'sh makeme.sh'."
@echo "This program needs nonstandard compiler sizes or a "
@echo "nonstandard build procedure."
@echo "To build it, type 'sh makeme.sh'."