13 lines
166 B
Makefile
Executable file
13 lines
166 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_install:
|
|
$(MAKE) DESTDIR=$$(pwd)/debian/proxmox-routing install
|
|
|
|
override_dh_auto_build:
|
|
@
|
|
|
|
override_dh_usrlocal:
|
|
@
|