mirror of
https://github.com/rfc1036/whois.git
synced 2026-01-03 06:15:17 +00:00
11 lines
176 B
Makefile
Executable File
11 lines
176 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS=hardening=+all future=+lfs
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
dh_auto_build -- CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1
|
|
|