elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
inet
/
Makefile
File editor
BASEDIR=.. include $(BASEDIR)/Makefile-rules ############################################################################### LOCALFLAGS=-I$(ELKSCMD_DIR) ############################################################################### PRGS = arp ftp ftpd httpd netcat netstat nslookup telnet telnetd udpcheck urlget PRGS += tinyirc/tinyirc all: $(PRGS) install: $(PRGS) $(INSTALL) $(PRGS) $(DESTDIR)/bin $(INSTALL) -d $(DESTDIR)/var/www $(INSTALL) sample_index.html $(DESTDIR)/var/www/index.html $(INSTALL) resolv.cfg $(DESTDIR)/etc arp: arp.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) ftp: ftp.o $(LD) $(LDFLAGS) -maout-stack=6144 -maout-heap=4096 -o $@ $^ $(LDLIBS) ftpd: ftpd.o $(LD) $(LDFLAGS) -maout-stack=4096 -maout-heap=4096 -o $@ $^ $(LDLIBS) httpd: httpd.o $(TINYPRINTF) $(LD) $(LDFLAGS) -maout-heap=256 -maout-stack=2048 -o $@ $^ $(LDLIBS) netcat: netcat.o $(TINYPRINTF) $(LD) $(LDFLAGS) -maout-heap=128 -maout-stack=1024 -o $@ $^ $(LDLIBS) netstat: netstat.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) nslookup: nslookup.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) telnet: telnet.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) telnetd: telnetd.o telopt.o $(LD) $(LDFLAGS) -maout-heap=256 -maout-stack=1024 -o $@ $^ $(LDLIBS) udpcheck: udpcheck.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) urlget: urlget.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) tinyirc/tinyirc: tinyirc/tinyirc.o $(LD) $(LDFLAGS) -maout-heap=8192 -o $@ $^ $(LDLIBS) clean: $(RM) *.o tinyirc/*.o $(PRGS)
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history