=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/infocmp/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/infocmp/Makefile 1999/01/22 04:51:31 1.1 --- src/usr.bin/infocmp/Makefile 2000/02/20 21:50:18 1.2 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.1 1999/01/22 04:51:31 millert Exp $ PROG= infocmp SRCS= infocmp.c dump_entry.c --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.2 2000/02/20 21:50:18 millert Exp $ PROG= infocmp SRCS= infocmp.c dump_entry.c *************** *** 7,12 **** --- 7,13 ---- CURSES= ${.CURDIR}/../../lib/libcurses TIC= ${.CURDIR}/../tic CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. + CLEANFILES+= termsort.c .PATH: ${TIC} beforedepend: termsort.c