File: Makefile.vendor

package info (click to toggle)
openswan 1%3A2.6.37-3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 67,676 kB
  • sloc: ansic: 188,979; sh: 44,975; xml: 17,253; perl: 4,787; asm: 4,422; makefile: 3,287; tcl: 1,515; objc: 1,080; yacc: 771; exp: 643; lex: 580; pascal: 469; python: 356; sed: 251; lisp: 3
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
# vendor/distro things go here.
#VENDOR=-bluerose

install::
	mkdir -p ${LIBEXECDIR}
	if [ -n '${VENDOR}' ]; then echo '${VENDOR} ' >${LIBEXECDIR}/vendor; fi