diff options
Diffstat (limited to 'usr.bin/tsort/Makefile')
-rw-r--r-- | usr.bin/tsort/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tsort/Makefile b/usr.bin/tsort/Makefile index 23e36f5e7db..0c577709fbd 100644 --- a/usr.bin/tsort/Makefile +++ b/usr.bin/tsort/Makefile @@ -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} |