1
0
mirror of https://github.com/didyouexpectthat/zerotierone.git synced 2025-03-12 04:35:51 -07:00

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: