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