=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/infocmp/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/infocmp/Makefile 2000/02/20 21:50:18 1.2 +++ src/usr.bin/infocmp/Makefile 2011/06/23 22:46:12 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2000/02/20 21:50:18 millert Exp $ +# $OpenBSD: Makefile,v 1.3 2011/06/23 22:46:12 schwarze Exp $ PROG= infocmp SRCS= infocmp.c dump_entry.c @@ -7,12 +7,15 @@ CURSES= ${.CURDIR}/../../lib/libcurses TIC= ${.CURDIR}/../tic CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. -CLEANFILES+= termsort.c +CLEANFILES+= termsort.c infocmp.1 .PATH: ${TIC} beforedepend: termsort.c termsort.c: ${TIC}/MKtermsort.sh sh ${TIC}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET} + +infocmp.1: infocmp.1tbl + cp ${.ALLSRC} ${.TARGET} .include