summaryrefslogtreecommitdiff
path: root/usr.bin/rdist/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-07-09 14:04:51 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-07-09 14:04:51 +0000
commit421cb020929e64fed3bba5a319c8a215954c3b07 (patch)
treee36fff7737195bfd599a330a378d921854052034 /usr.bin/rdist/Makefile
parent7ff9a1f4db462bd71365b5e27e8f23b55ec69bba (diff)
have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate
files. This fixes up parallel builds in the default case. FreeBSD does something similar. okay millert@
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>