blob: 1230db92b9c22a3cbeaa24caaafca0cf3ac9e6a8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $Id$
install-always: install-binary
install-postconf: install-listener
install-listener:
@echo "No rule for $@ on this platform (yet), you'll have to do that yourself if it matters."
|