include ../makefile.defs

all:
	
install:
	install -o root -g root -m 644 procstate.h $(INCLUDEDIR)/sys/

clean:
