mirror of
https://github.com/donl/rmilter.git
synced 2026-05-27 22:07:27 -06:00
10 lines
194 B
Makefile
Executable file
10 lines
194 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -DENABLE_SPF=ON \
|
|
-DENABLE_DKIM=ON \
|
|
-DMANDIR=/usr/share/man
|