mirror of
https://github.com/stefanberger/libtpms
synced 2025-08-23 16:01:32 +00:00
12 lines
173 B
Makefile
Executable File
12 lines
173 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- --with-openssl --with-tpm2 --disable-hardening
|
|
|
|
override_dh_usrlocal:
|