diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2010-07-01 22:26:27 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2010-07-01 22:26:27 +0000 |
commit | b3dcedd5f0c1e678b36ec3cad89f1dc0ca0f2ea5 (patch) | |
tree | 3199882c907d9d1578de55ec31e42cb215c68a21 /regress/sbin/pfctl | |
parent | cbbdc7661d38f717fcfcc9ca94d1df18904d2e0f (diff) |
if we cannot copy the setup file (because objdir doesn't exist), then
continue anyways.
Diffstat (limited to 'regress/sbin/pfctl')
-rw-r--r-- | regress/sbin/pfctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/sbin/pfctl/Makefile b/regress/sbin/pfctl/Makefile index b1b70aa4d27..de43ce0d335 100644 --- a/regress/sbin/pfctl/Makefile +++ b/regress/sbin/pfctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.212 2010/06/30 21:18:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.213 2010/07/01 22:26:26 phessler Exp $ # TARGETS # pf: feed pfNN.in through pfctl and check whether the output matches pfNN.ok @@ -104,7 +104,7 @@ REGRESS_TARGETS+=selfpf UPDATE_TARGETS+=pf-update pf-include-setup: - cp ${.CURDIR}/pf95.include ${.OBJDIR} + -cp ${.CURDIR}/pf95.include ${.OBJDIR} chmod og-rwx ${.OBJDIR}/pf95.include .for n in ${PFSIMPLE} |