File: Makefile

package info (click to toggle)
paexec 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 904 kB
  • sloc: sh: 3,435; ansic: 1,959; makefile: 174; pascal: 19
file content (9 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
INSCRIPTS   =	cmd_make_package cmd_xxx_failed_make_package

SCRIPTS     =	${INSCRIPTS} run_make_package run_cycle_make_package
FILES      !=	echo tasks*

FILESDIR    =	${EGDIR}/${.CURDIR:T}
SCRIPTSDIR ?=	${FILESDIR}

.include <mkc.files.mk>