CFLAGS=
OBJS=secserver.o keytypes.o passwd.o atalla.o
LIBS=-lipc

all:V: authmgr

authmgr: $OBJS
	cc -o authmgr $OBJS $LIBS

$OBJS: authmgr.h

clean:V:
	rm -f *.o authmgr makekey
