GETOPT = #GETOPT = getopt.o unstuffit: unsit rm -f unstuffit ln unsit unstuffit unsit : unsit.o updcrc.o $(GETOPT) cc -o unsit unsit.o updcrc.o $(GETOPT) unsit.o : unsit.c stuffit.h getopt.o : getopt.c clean: rm -f unstuffit unsit *.o