From 1af61169269325a8703f15fe704b911bf9a2892b Mon Sep 17 00:00:00 2001 From: Philip Guenthe Date: Mon, 12 Nov 2012 01:14:42 +0000 Subject: Fix various format string issues. Stop assuming time_t is long or smaller. Enable warnings. ok krw@, ian@ --- usr.bin/rdist/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/rdist/Makefile') diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile index 98f0126822b..94e53be7a8c 100644 --- a/usr.bin/rdist/Makefile +++ b/usr.bin/rdist/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2004/01/05 02:55:28 espie Exp $ +# $OpenBSD: Makefile,v 1.16 2012/11/12 01:14:41 guenther Exp $ PROG= rdist @@ -6,6 +6,7 @@ CFLAGS+=-I. -I${.CURDIR} -DOS_H=\"os-openbsd.h\" SRCS= gram.y child.c client.c common.c distopt.c docmd.c expand.c \ isexec.c lookup.c message.c rdist.c CLEANFILES+=gram.c y.tab.h +WARNINGS=yes .include -- cgit v1.2.3