diff options
author | Roy Marples <roy@marples.name> | 2010-01-08 00:22:04 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2010-01-08 00:22:04 +0000 |
commit | bb45f0eabc8e768296cdf678ff8552a28342080a (patch) | |
tree | 67dba502bdf0c6f86b49f20061e05125c6aad683 | |
parent | f434c902a521deb3e6d057c3ffa4c11f9875a81b (diff) |
Fix BSD compile.
-rw-r--r-- | conf.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |