diff --git a/conf.d/Makefile b/conf.d/Makefile index b9852719..034dc744 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -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