mirror of
https://github.com/NAStools/zerotierone.git
synced 2024-11-13 17:10:35 -08:00
15 lines
289 B
Makefile
Executable File
15 lines
289 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
make ZT_USE_MINIUPNPC=1 -j$(nproc)
|
|
gcc $$(pwd)/debian/readynas/authtoken.c -o $$(pwd)/debian/readynas/authtoken
|
|
chmod u+s $$(pwd)/debian/readynas/authtoken
|
|
|
|
override_dh_fixperms:
|
|
dh_fixperms -Xauthtoken
|
|
|
|
override_dh_auto_install:
|