pidfile and cleanup mgmt for startup/shutdown scripts
[vde.git] / vdetelweb / Makefile
blobb671d095109b295211f9015f10cacf9f5ea9c9a2
1 LOADLIBES=-ldl -lpthread
2 BINDIR=/usr/local/bin
3 MANDIR=/usr/local/man
5 all: vdetelweb
7 vdetelweb: vdetelweb.o web.o telnet.o
9 install:
10 install vdetelweb $(BINDIR)
11 install vdetelweb.1 $(MANDIR)/man1
13 clean:
14 rm -rf *.o