9 lines
258 B
Plaintext
9 lines
258 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
include /usr/share/cdbs/1/class/makefile.mk
|
||
|
|
||
|
DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/execwrap/
|
||
|
DEB_MAKE_CHECK_TARGET :=
|
||
|
DEB_INSTALL_MANPAGES_execwrap-static := execwrap.8
|