From 43063ae7c2faab221c877defc1957364321a8fa2 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 5 May 2009 10:24:21 +0100 Subject: Fix compile on NetBSD and FreeBSD --- conf.d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/Makefile') diff --git a/conf.d/Makefile b/conf.d/Makefile index a884b46..b78baf5 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -11,4 +11,4 @@ include ${MK}/scripts.mk network: network.in network.${OS} cp network.in network - [ -e network.${OS} ] && cat network.${OS} >> network + [ -e network.${OS} ] && cat network.${OS} >> network || true -- cgit v1.2.3