Skip to content

Commit

Permalink
FIX: Makefile installation
Browse files Browse the repository at this point in the history
  • Loading branch information
gpicchiarelli committed Aug 17, 2019
1 parent ffb4109 commit bc3e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ clean:
@echo "Cleaning up: done."
rcctl stop ${DAEMON_NAME}
rcctl disable ${DAEMON_NAME}
rm /etc/rc.d/${DAEMON_NAME}
rm ${LOCALBASE}/etc/rc.d/${DAEMON_NAME}
rm ${LOCALBASE}${BINDIR}${NAME}

.include <bsd.prog.mk>

0 comments on commit bc3e9ed

Please sign in to comment.