OFILES= getopt.o pman.o
CFLAGS = -O -Dindex=strchr -DCATMANDIR="/usr/catman"

pman: $(OFILES)
	cc $(CFLAGS) -o pman $(OFILES)
test:
	pman.t
