build: remove extraneous blank lines in makefiles

Added in the following commits:

* f3774678f ("compress static ip map for fnettrace at compile time",
  2023-07-06)
* 9e206b7f2 ("rework src/man Makefile", 2023-07-07)
This commit is contained in:
Kelvin M. Klann 2023-07-12 01:28:54 -03:00
parent 1d5fff9034
commit a6172b7251
2 changed files with 0 additions and 4 deletions

View file

@ -11,6 +11,3 @@ include $(ROOT)/src/prog.mk
all: $(TARGET) static-ip-map
static-ip-map: static-ip-map.txt fnettrace
./fnettrace --squash-map=static-ip-map.txt > static-ip-map

View file

@ -38,7 +38,6 @@ firemon.1.gz: firemon.txt
jailcheck.1.gz: jailcheck.txt
$(call build,jailcheck.txt,jailcheck.1)
.PHONY: clean
clean:; rm -fr *.1 *.5 *.gz