Roy's Projects
/
dhcpcd-ui
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Don't spam the last message if the same.
[dhcpcd-ui]
/
mk
/
prog.mk
diff --git
a/mk/prog.mk
b/mk/prog.mk
index 4a3e8e78862e14c4fe81b67801ee18a92a93ea3e..7844bfa2d33b6e28173c2b60ac22d0a844439e64 100644
(file)
--- a/
mk/prog.mk
+++ b/
mk/prog.mk
@@
-21,8
+21,9
@@
_proginstall: ${PROG}
include ${MKDIR}/sys.mk
include ${MKDIR}/depend.mk
include ${MKDIR}/files.mk
+include ${MKDIR}/man.mk
-install: _proginstall _filesinstall
+install: _proginstall _filesinstall
_maninstall
clean:
rm -f ${OBJS} ${PROG} ${PROG}.core ${CLEANFILES}