mirror of
https://github.com/didyouexpectthat/zerotierone.git
synced 2025-03-12 04:35:51 -07:00
19 lines
344 B
Makefile
Executable File
19 lines
344 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
<<<<<<< HEAD
|
|
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
|
|
=======
|
|
make -j 4
|
|
>>>>>>> upstream/1.4.2
|
|
|
|
override_dh_fixperms:
|
|
dh_fixperms -Xauthtoken
|
|
|
|
override_dh_auto_install:
|