#slackware..
#LIBS=
LIBS=	-lcrypt
master:	master.c blowfish.c
	gcc -o master master.c blowfish.c ${LIBS}
	strip master
