12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
DEB_MAKE_INSTALL_TARGET=install
|
||
|
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/class/makefile.mk
|
||
|
|
||
|
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/weighttpd
|
||
|
DEB_MAKE_CHECK_TARGET :=
|
||
|
|
||
|
# Add here any variable or target overrides you need.
|