aboutsummaryrefslogtreecommitdiff
path: root/conf.d/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-05-05 10:24:21 +0100
committerRoy Marples <roy@marples.name>2009-05-05 10:24:21 +0100
commit43063ae7c2faab221c877defc1957364321a8fa2 (patch)
tree6735e254348ba13a7f7415fe6e0746808d3b7e13 /conf.d/Makefile
parente575b33047d501d96bb42679dcd709b9c3bee265 (diff)
Fix compile on NetBSD and FreeBSD
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r--conf.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile
index a884b46b..b78baf55 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