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