=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tset/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/tset/Makefile 2019/12/21 21:40:01 1.12 --- src/usr.bin/tset/Makefile 2023/10/17 09:52:11 1.13 *************** *** 1,19 **** ! # $OpenBSD: Makefile,v 1.12 2019/12/21 21:40:01 espie Exp $ PROG= tset ! SRCS= tset.c dump_entry.c DPADD= ${LIBCURSES} LDADD= -lcurses ! CURSES= ${.CURDIR}/../../lib/libcurses TIC= ${.CURDIR}/../tic ! CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. -DHAVE_GETTTYNAM -DHAVE_TTYENT_H ! CLEANFILES+= termsort.c .PATH: ${TIC} ! LINKS= ${BINDIR}/tset ${BINDIR}/reset ! ! dump_entry.o: termsort.c ! ! termsort.c: ${TIC}/MKtermsort.sh ! sh ${TIC}/MKtermsort.sh awk ${CURSES}/Caps > ${.TARGET} .include --- 1,14 ---- ! # $OpenBSD: Makefile,v 1.13 2023/10/17 09:52:11 nicm Exp $ PROG= tset ! SRCS= reset_cmd.c transform.c tset.c tty_settings.c ! CURSES= ${.CURDIR}/../../lib/libcurses DPADD= ${LIBCURSES} LDADD= -lcurses ! LINKS= ${BINDIR}/tset ${BINDIR}/reset TIC= ${.CURDIR}/../tic ! CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. .PATH: ${TIC} ! CLEANFILES+= termsort.h .include