rename logshipper -> logtap
- it matches the executable name - it doesn't ship anything anyway, it's just plumbing
This commit is contained in:
5
pkgs/logtap/Makefile
Normal file
5
pkgs/logtap/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
TARGETS=logtap
|
||||
default: $(TARGETS)
|
||||
|
||||
install: $(TARGETS)
|
||||
install -Dt $(PREFIX)/bin/ logtap
|
Reference in New Issue
Block a user