Files
motd/Makefile
deepend-tildeclub 03b81666ef Create Makefile
2020-04-26 13:58:03 -06:00

8 lines
117 B
Makefile

PREFIX ?= /etc
install:
$(info installing motd to $(PREFIX))
@install -m 644 motd $(PREFIX)/motd
.PHONY: install