7 lines
108 B
Makefile
Executable File
7 lines
108 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
include /usr/share/postgresql-common/pgxs_debian_control.mk
|
|
|
|
%:
|
|
dh $@ --with pgxs_loop
|