Allow users to add local Makefile targets.
Submitted by: dinoex MFC after: 7 days
This commit is contained in:
parent
6f3eff7106
commit
2acef0770e
@ -166,3 +166,8 @@ stop:
|
||||
|
||||
restart:
|
||||
${KILL} -HUP `head -1 ${SENDMAIL_PIDFILE}`
|
||||
|
||||
# User defined targets
|
||||
.if exists(Makefile.local)
|
||||
.include "Makefile.local"
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user