Fix compile on NetBSD and FreeBSD

This commit is contained in:
Roy Marples
2009-05-05 10:24:21 +01:00
parent e575b33047
commit 43063ae7c2
4 changed files with 7 additions and 2 deletions

View File

@@ -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