CFLAGS= -O
OBJ=	pwquery.o

install:V: $OBJ
	ar rv /usr/lib/libipc.a $OBJ
	ranlib /usr/lib/libipc.a
