=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tset/Makefile,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/tset/Makefile 2000/02/20 21:50:18 1.7 +++ src/usr.bin/tset/Makefile 2009/05/06 19:12:45 1.8 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2000/02/20 21:50:18 millert Exp $ +# $OpenBSD: Makefile,v 1.8 2009/05/06 19:12:45 millert Exp $ PROG= tset SRCS= tset.c dump_entry.c termcap.c @@ -6,7 +6,7 @@ LDADD= -lcurses CURSES= ${.CURDIR}/../../lib/libcurses TIC= ${.CURDIR}/../tic -CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. +CFLAGS+= -I${CURSES} -I${TIC} -I${.CURDIR} -I. -DHAVE_GETTTYNAM -DHAVE_TTYENT_H CLEANFILES+= termsort.c .PATH: ${TIC} LINKS= ${BINDIR}/tset ${BINDIR}/reset