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