mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
9 lines
280 B
Makefile
Executable file
9 lines
280 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# -*- mode: makefile; coding: utf-8 -*-
|
|
|
|
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
|
|
DEB_AUTO_UPDATE_LIBTOOL := post
|
|
DEB_DH_MAKESHLIBS_ARGS_ALL := -V 'libibverbs1 (>= 1.1.2)'
|
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
include /usr/share/cdbs/1/class/autotools.mk
|