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