=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tsort/Makefile,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/tsort/Makefile 2014/05/12 19:11:20 1.6 +++ src/usr.bin/tsort/Makefile 2017/07/09 21:23:19 1.7 @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2014/05/12 19:11:20 espie Exp $ +# $OpenBSD: Makefile,v 1.7 2017/07/09 21:23:19 espie Exp $ PROG = tsort -SRCS = tsort.c CDIAGFLAGS = -Wall -Wno-char-subscripts -Wstrict-prototypes -pedantic -W DPADD += ${LIBUTIL}