14 lines
344 B
Makefile
Executable File
14 lines
344 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
include /usr/share/dpkg/pkg-info.mk
|
|
|
|
%:
|
|
dh $@ --with dkms
|
|
|
|
override_dh_install:
|
|
dh_install Makefile *.c usr/src/system76-$(DEB_VERSION_UPSTREAM)/
|
|
|
|
override_dh_dkms:
|
|
dh_dkms -V $(DEB_VERSION_UPSTREAM)
|
|
|
|
override_dh_auto_configure override_dh_auto_build override_dh_auto_test override_dh_auto_install override_dh_auto_clean: |