CFLAGS= $(O)

strfile: strfile.o

install:
#	install strfile /usr/sbin/
#	install -m 644 strfile.8 /usr/man/man8/

clean:
	rm -f strfile.o strfile

