add phonyness back to BSD makefile
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
f1dcaf4955
commit
dfc8a5431a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ include template.mk
|
|||
EXE := $(PROG)
|
||||
|
||||
## install: installs awl
|
||||
.PHONY: install
|
||||
install: all
|
||||
install -Dm755 $(PROG) $(DESTDIR)$(PREFIX)/$(BIN)/$(PROG)
|
||||
install -Dm644 doc/$(PROG).1 $(DESTDIR)$(MAN)/man1/$(PROG).1
|
||||
|
|
Loading…
Reference in a new issue