summaryrefslogtreecommitdiff
path: root/utils/sed/mkfile
blob: f56a797b056b863d5b0d97b351dec13f3ef9f4a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<../../mkconfig

TARG=sed

OFILES=	sed.$O\

HFILES= $ROOT/include/bio.h\
	../include/regexp.h\

LIBS=regexp bio 9		# libbio.a uses lib9.a so order matters.

CFLAGS=$CFLAGS -I../include

BIN=$ROOT/$OBJDIR/bin

<$ROOT/mkfiles/mkone-$SHELLTYPE