File: Makefile.am

package info (click to toggle)
finit 4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 17,060; sh: 6,281; makefile: 532
file content (15 lines) | stat: -rw-r--r-- 419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
finitdir              = $(finit_tmpfiles)
dist_finit_DATA       = finit.conf

tmpfilesdir           = $(tmpfiles_path)
dist_tmpfiles_DATA    = etc.conf legacy.conf var.conf
dist_tmpfiles_DATA   += dnsmasq.conf frr.conf lldpd.conf openswan.conf \
			quagga.conf sshd.conf uuidd.conf

if BUILD_TESTSERV_PLUGIN
dist_tmpfiles_DATA   += testserv.conf
endif

if BUILD_X11_COMMON_PLUGIN
dist_tmpfiles_DATA   += x11.conf
endif