mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
9 lines
222 B
Text
9 lines
222 B
Text
|
|
#!/usr/bin/make -f
|
||
|
|
# -*- mode: makefile; coding: utf-8 -*-
|
||
|
|
|
||
|
|
DEB_DH_INSTALL_SOURCEDIR := debian/tmp
|
||
|
|
DEB_AUTO_UPDATE_LIBTOOL := post
|
||
|
|
|
||
|
|
include /usr/share/cdbs/1/rules/debhelper.mk
|
||
|
|
include /usr/share/cdbs/1/class/autotools.mk
|