CFLAGS=$(O) -I../strfile

unstr: unstr.o

install:
#	install unstr /usr/sbin/

clean:
	rm -f unstr.o unstr

