Fix BSD compile.

This commit is contained in:
Roy Marples 2010-01-08 00:22:04 +00:00
parent f434c902a5
commit bb45f0eabc

View File

@ -11,7 +11,7 @@ include ${MK}/scripts.mk
SOS?= BSD
network: network.in network.${OS}
network: network.in network.${SOS}
cp $@.in $@
[ -e $@.${SOS} ] && cat $@.${SOS} >> $@ || true