Changeset View
Changeset View
Standalone View
Standalone View
shells/v7sh/Makefile
Show All 9 Lines | DISTFILES= args.c blok.c brkincr.h builtin.c cmd.c \ | ||||
setbrk.c stak.c stak.h string.c sym.h \ | setbrk.c stak.c stak.h string.c sym.h \ | ||||
timeout.h word.c xec.c sh.1 | timeout.h word.c xec.c sh.1 | ||||
DIST_SUBDIR= ${PORTNAME} | DIST_SUBDIR= ${PORTNAME} | ||||
MAINTAINER= portmaster@BSDforge.com | MAINTAINER= portmaster@BSDforge.com | ||||
COMMENT= Implementation of the UNIX 7th Edition shell | COMMENT= Implementation of the UNIX 7th Edition shell | ||||
WWW= http://minnie.tuhs.org/UnixTree/V7/ | WWW= http://minnie.tuhs.org/UnixTree/V7/ | ||||
BROKEN_aarch64= Fails to link: missing sbrk | USES= sbrk uidfix | ||||
BROKEN_riscv64= Fails to link: missing sbrk | |||||
USES= uidfix | |||||
EXTRACT_CMD= ${CP} | EXTRACT_CMD= ${CP} | ||||
EXTRACT_BEFORE_ARGS= | EXTRACT_BEFORE_ARGS= | ||||
EXTRACT_AFTER_ARGS= ${WRKSRC} | EXTRACT_AFTER_ARGS= ${WRKSRC} | ||||
NO_WRKSUBDIR= yes | NO_WRKSUBDIR= yes | ||||
OPTIONS_DEFINE= SYSIII RENO ULTRIX | OPTIONS_DEFINE= SYSIII RENO ULTRIX | ||||
OPTIONS_DEFAULT= SYSIII RENO ULTRIX | OPTIONS_DEFAULT= SYSIII RENO ULTRIX | ||||
Show All 14 Lines |