mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-29 22:26:26 -04:00
14 lines
248 B
Makefile
Executable File
14 lines
248 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export OFFLINE = @OFFLINE@
|
|
export BUILD_FE = 0
|
|
export DEB_PACKAGING = 1
|
|
export INCLUDE_SYSTEMD = 1
|
|
export ENABLE_SERVICE = 0
|
|
|
|
%:
|
|
dh $@ --no-parallel
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd gp-suspend.service --no-start
|