File: Makefile

package info (click to toggle)
rs 20200313-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 116 kB
  • sloc: ansic: 548; makefile: 73; sh: 8
file content (13 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# $MirOS: src/usr.bin/rs/Makefile,v 1.3 2020/03/11 21:30:10 tg Exp $
# $OpenBSD: Makefile,v 1.3 2015/12/03 12:23:15 schwarze Exp $

PROG=		rs
SRCS=		rs.c utf8.c

MKSHDIR?=	${BSDSRCDIR}/bin/mksh
SRCDIR?=	${.CURDIR}

regress: ${PROG} check.t
	perl ${MKSHDIR:Q}/check.pl -s ${SRCDIR:Q}/check.t -v -p ./${PROG:Q}

.include <bsd.prog.mk>