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, 1 insertions, 2 deletions
diff --git a/usr.bin/rdist/Makefile b/usr.bin/rdist/Makefile
index 19b1dc630b4..b1f2ee3c9a5 100644
--- a/usr.bin/rdist/Makefile
+++ b/usr.bin/rdist/Makefile
@@ -1,11 +1,10 @@
-# $OpenBSD: Makefile,v 1.19 2014/07/12 03:32:00 guenther Exp $
+# $OpenBSD: Makefile,v 1.20 2017/07/09 14:04:50 espie Exp $
PROG= rdist
CFLAGS+=-I. -I${.CURDIR}
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>