x25trace: x25trace.o x25dump.o

install: x25trace
	install -s x25trace /usr/sbin
	install x25trace.8 /usr/man/man8

clean:
	rm -f *.o x25trace
