blob: 53935f62ccedd97dd124651b522d66edf3cdd795 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#
# Copyright (c) 2007 Dmitry Butskoy
# <dmitry@butskoy.name>
# License: GPL v2 or any later
#
# See COPYING for the status of this software.
#
#
# Nothing to do.
#
all depend install:
@true
|