OBJS =		ranmap.c getopt1.o getopt.o

ranmap:		${OBJS}
		${CC} -o ranmap ${OBJS}

ranmap.o:	getopt.h
getopt1.o:	getopt.h
