mirror of
https://salsa.debian.org/debian/knockd
synced 2026-01-07 03:36:21 +00:00
15 lines
268 B
Makefile
Executable File
15 lines
268 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --with autotools-dev --with systemd
|
|
|
|
# the standard config is unsafe
|
|
override_dh_systemd_enable:
|
|
dh_systemd_enable --no-enable
|
|
|
|
override_dh_systemd_start:
|
|
dh_systemd_start --no-start
|
|
|
|
override_dh_installinit:
|
|
dh_installinit --no-start
|