1jot_cflags = $cflags -Icompat -include compat/netcompat.h
2
3build jot/jot.o: cc jot/jot.c
4 cflags = $jot_cflags
5
6build jot/jot: link jot/jot.o compat/libnetcompat.a
7 libs = -lm
8build jot/all: phony jot/jot
9build jot/install: install1 jot/jot | jot/jot.1
10 bin = jot/jot
11 name = jot
12 man = jot/jot.1
13 manname = jot.1