summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rdist/Makefile')
-rw-r--r--usr.bin/rdist/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <bsd.prog.mk>