PROG=		picopbc
SRCDIR=		${PICOPB_TOP}/usr.bin/picopbc

SRCS+=		compile.c
SRCS+=		dump.c
SRCS+=		emalloc.c
SRCS+=		eprintf.c
SRCS+=		ereallocarr.c
SRCS+=		err.c
SRCS+=		main.c
SRCS+=		parse.y
SRCS+=		progname.c
SRCS+=		scan.l
SRCS+=		scc.c
SRCS+=		strung.c
SRCS+=		wb.c

CPPFLAGS+=	-I${SRCDIR}
YHEADER=	# defined

WARNS=		6

MKLINT=		no

.include <bsd.prog.mk>

.PATH: ${SRCDIR}
